Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnDef.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by maloninc, Fri Sep 30 01:38:17 2005 UTC revision 1.8 by maloninc, Thu Oct 6 05:29:01 2005 UTC
# Line 8  Line 8 
8  #define MN_FATAL_ERROR(msg)  wxLogFatalError(wxT("File: [%s]    Line: [%d]   Message: [%s]    errno: [%d]"), __TFILE__, __LINE__, msg, errno);  #define MN_FATAL_ERROR(msg)  wxLogFatalError(wxT("File: [%s]    Line: [%d]   Message: [%s]    errno: [%d]"), __TFILE__, __LINE__, msg, errno);
9  #define MN_APP_NAME          "MalonNote"  #define MN_APP_NAME          "MalonNote"
10  #define MN_APP_VERSION       MN_APP_NAME " version" PACKAGE_VERSION  #define MN_APP_VERSION       MN_APP_NAME " version" PACKAGE_VERSION
11    
12    
13    #define CONF_APP_NAME "MalonNote"
14    #define CONF_WIKI_DIR "WikiDir"
15    
16  #endif // MNDEF_H  #endif // MNDEF_H

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26