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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
why the heck was I using wxTE_RIGHT all this time? luckily it never worked before...

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.335
retrieving revision 1.336
diff -b -u -2 -r1.335 -r1.336
--- wxOptionsDlg.cpp    8 Aug 2002 16:31:05 -0000       1.335
+++ wxOptionsDlg.cpp    7 Sep 2002 00:02:31 -0000       1.336
@@ -2085,5 +2085,5 @@
 
    // now create the controls
-   int styleText = wxALIGN_RIGHT;
+   int styleText = wxTE_LEFT;
    wxControl *last = NULL; // last control created
    for ( n = m_nFirst; n < m_nLast; n++ ) {
@@ -2145,5 +2145,5 @@
 
             // reset
-            styleText = wxALIGN_RIGHT;
+            styleText = wxTE_LEFT;
             break;
 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to