Update of /cvsroot/mahogany/M/src/adb
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25670/src/adb

Modified Files:
        AdbFrame.cpp 
Log Message:
use wxTR_DEFAULT_STYLE for the ADB tree

Index: AdbFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/AdbFrame.cpp,v
retrieving revision 1.121
retrieving revision 1.122
diff -b -u -2 -r1.121 -r1.122
--- AdbFrame.cpp        16 Jan 2006 20:32:26 -0000      1.121
+++ AdbFrame.cpp        25 Aug 2006 16:06:53 -0000      1.122
@@ -3167,5 +3167,5 @@
 wxAdbTree::wxAdbTree(wxAdbEditFrame *frame, wxWindow *parent, long id)
          : wxTreeCtrl(parent, id, wxDefaultPosition, wxDefaultSize,
-                      wxTR_HAS_BUTTONS | wxSUNKEN_BORDER)
+                      wxTR_DEFAULT_STYLE | wxSUNKEN_BORDER)
 {
   m_frame = frame;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to