Browse CVS Repository
Contents of /malonnote/mnDef.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Fri Jul 29 03:07:53 2005 UTC
(18 years, 7 months ago)
by maloninc
Branch: MAIN
CVS Tags: dev-0_9-0001-merged-01, release-0_9_1, dev-0_9-merged-02
Changes since 1.1: +2 -1 lines
File MIME type: text/x-chdr
*for support request ID:6431
not re-search memo data, when new memo's subject has change.
| 1 |
#ifndef MNDEF_H |
| 2 |
#define MNDEF_H |
| 3 |
|
| 4 |
#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); |
| 6 |
#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 |
|