Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnNotePanelController.h

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

revision 1.7 by maloninc, Fri Dec 30 00:54:06 2005 UTC revision 1.8 by maloninc, Tue Jan 3 23:20:39 2006 UTC
# Line 9  Line 9 
9    
10  #ifdef __WXMSW__  #ifdef __WXMSW__
11  #define DOCS_DIR "\\docs\\"  #define DOCS_DIR "\\docs\\"
12    #define MKDIR "cmd /c mkdir %s"
13  #else  #else
14  #define DOCS_DIR "/docs/"  #define DOCS_DIR "/docs/"
15    #define MKDIR "mkdir %s"
16  #endif  #endif
17    
18  class mnNotePanelController: public wxEvtHandler{  class mnNotePanelController: public wxEvtHandler{

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