00001 #ifndef __NAMES_H 00002 #define __NAMES_H 00003 // For message box titles etc 00004 #define PROGNAME "Opie-Reader" 00005 00006 // For the caption eg "Anne of Green Gables - Reader" 00007 #define SHORTPROGNAME "Reader" 00008 00009 // For configuration and bookmark files 00010 #define APPDIR "uqtreader" 00011 00012 // Name of the configuration file 00013 #define INIFILE ".readerrc" 00014 #endif
1.4.2