Browse CVS Repository
Diff of /malonnote/mnDef.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4 |
#define MN_ERROR(msg) wxLogError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
#define MN_ERROR(msg) wxLogError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
| 5 |
#define MN_SYS_ERROR(msg) wxLogSysError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
#define MN_SYS_ERROR(msg) wxLogSysError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
| 6 |
#define MN_FATAL_ERROR(msg) wxLogFatalError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
#define MN_FATAL_ERROR(msg) wxLogFatalError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg); |
| 7 |
|
#define MN_APP_VERSION "MalonNote v0.9.1" |
| 8 |
|
#define MN_APP_NAME "MalonNote" |
| 9 |
#endif // MNDEF_H |
#endif // MNDEF_H |
|
|
Legend:
| Removed from v.1.1.1.1 |
|
| changed lines |
| |
Added in v.1.1.1.1.2.1 |
|
|
| |