Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20018
Modified Files:
MainDlg.cpp
Log Message:
Hm, this time it works in wxMSW...
Index: MainDlg.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/MainDlg.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- MainDlg.cpp 30 Dec 2003 08:18:15 -0000 1.50
+++ MainDlg.cpp 30 Dec 2003 08:20:53 -0000 1.51
@@ -366,7 +366,8 @@
#ifdef __WXMSW__
} else
#endif
-#elif !defined(__WXGTK__)
+#endif
+#if !defined(__WXGTK__)
{
tb->AddTool(
ID_BTN_CONNECT, _("Connect"),
@@ -423,7 +424,8 @@
#ifdef __WXMSW__
} else
#endif
-#elif !defined(__WXGTK__)
+#endif
+#if !defined(__WXGTK__)
{
tb->AddTool(
ID_BTN_GUISETTINGS, _("Options"),
|