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

Modified Files:
        wxModulesDlg.cpp 
Log Message:
no changes

Index: wxModulesDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxModulesDlg.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- wxModulesDlg.cpp    11 Mar 2002 19:40:59 -0000      1.23
+++ wxModulesDlg.cpp    8 Oct 2002 15:22:07 -0000       1.24
@@ -96,6 +96,11 @@
 
    // create a short help message above
-   wxStaticText *msg = new wxStaticText( this, -1, _("The selected modules will be 
loaded\n"
-                                                     "into Mahogany at the next 
program start.") );
+   wxStaticText *msg = new wxStaticText
+                           (
+                            this,
+                            -1,
+                            _("The selected modules will be loaded\n"
+                              "into Mahogany at the next program start.")
+                           );
 
    c = new wxLayoutConstraints;
@@ -126,5 +131,5 @@
    m_textCtrl->SetConstraints(c);
 
-   SetDefaultSize(380,400);
+   SetDefaultSize(380, 400);
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to