Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv16699/src/gui

Modified Files:
        wxMApp.cpp 
Log Message:
use Manual.chm if wxUSE_LIBMSPACK is 1, seems not to work yet

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.281
retrieving revision 1.282
diff -b -u -2 -r1.281 -r1.282
--- wxMApp.cpp  13 Oct 2003 00:41:13 -0000      1.281
+++ wxMApp.cpp  6 Jan 2004 15:01:23 -0000       1.282
@@ -1332,5 +1332,9 @@
    if ( !READ_APPCONFIG(MP_HELPBROWSER_KIND) )
    {
+#if wxUSE_LIBMSPACK
+      helpfile += _T("/Manual.chm");
+#else
       helpfile += _T("/Manual.hhp");
+#endif // wxUSE_LIBMSPACK
    }
 #endif // Windows/!Windows



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to