Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv27948
Modified Files:
MainDlg.cpp
Log Message:
Use same style tb on all platforms.
Index: MainDlg.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/MainDlg.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- MainDlg.cpp 24 Nov 2003 06:18:21 -0000 1.9
+++ MainDlg.cpp 24 Nov 2003 11:18:33 -0000 1.10
@@ -232,11 +232,9 @@
/* Construct the toolbar object */
wxToolBar *tb = new wxToolBar(
this, -1, wxDefaultPosition, wxDefaultSize,
- tool_align|wxNO_BORDER|wxTB_3DBUTTONS
+ tool_align|wxNO_BORDER|wxTB_3DBUTTONS|wxTB_FLAT
#if defined(__WXGTK__)
|wxTB_TEXT
- #else
- |wxTB_FLAT
#endif
);
|