Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1313/src/gui
Modified Files:
wxFolderTree.cpp
Log Message:
use default tree style for the current platform, using Windows-like style looks
ugly with GTK-style buttons
Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.243
retrieving revision 1.244
diff -b -u -2 -r1.243 -r1.244
--- wxFolderTree.cpp 28 Jun 2006 12:46:34 -0000 1.243
+++ wxFolderTree.cpp 19 Aug 2006 14:22:53 -0000 1.244
@@ -1755,5 +1755,5 @@
const wxPoint& pos, const wxSize& size)
: wxPTreeCtrl(_T("FolderTree"), parent, id, pos, size,
- wxTR_HAS_BUTTONS | wxTR_EDIT_LABELS)
+ wxTR_DEFAULT_STYLE | wxTR_EDIT_LABELS)
{
// init member vars
-------------------------------------------------------------------------
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