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

Modified Files:
        wxMApp.cpp 
Log Message:
don't give error for Ctrl-F1, simply show help contents (better than nothing...)

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.261
retrieving revision 1.262
diff -b -u -2 -r1.261 -r1.262
--- wxMApp.cpp  18 Jul 2003 00:55:56 -0000      1.261
+++ wxMApp.cpp  19 Jul 2003 23:37:23 -0000      1.262
@@ -1373,4 +1373,8 @@
    CHECK_RET( m_HelpController, _T("no help controller, but should have one!") );
 
+#ifdef OS_WIN
+   // under Windows only help contents can be currently shown
+   m_HelpController->DisplayContents();
+#else // !OS_WIN
    switch(id)
    {
@@ -1404,4 +1408,5 @@
          }
    }
+#endif // OS_WIN/!OS_WIN
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to