00001 /* Copyright (C) 2009 Väinö Lappi <djap84@gmail.com> 00002 00003 This program is free software; you can redistribute it and/or modify 00004 it under the terms of the GNU General Public License as published by 00005 the Free Software Foundation; either version 2 of the License, or 00006 (at your option) any later version. 00007 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License 00014 along with this program; if not, write to the Free Software 00015 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00016 00017 */ 00018 00024 #ifndef __ERRORTYPEIDENTIFIERS_H__ 00025 #define __ERRORTYPEIDENTIFIERS_H__ 00026 00027 // place your code here 00028 #define MPLAYER_START_FAILED "mplayerStart" 00029 #define NO_HD_SPACE "noHardDriveSpace" 00030 #define NO_DIARY_ENTRY_STORAGE_FOLDER "diaryEntryStorageDoesNotExist" 00031 #define FILE_NOT_FOUND "fileNotFound" 00032 #define UNSUPPORTED_PICTUREFILE_FORMAT "unsupportedPictureFileFormat" 00033 #define UNABLE_TO_DOWNLOAD_FILE "unableToDownloadFile" 00034 00035 #endif // __ERRORTYPEIDENTIFIERS_H__