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

Modified Files:
        wxColumnsDlg.cpp 
Log Message:
mention that the column widths are in pixels

Index: wxColumnsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxColumnsDlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- wxColumnsDlg.cpp    19 Mar 2002 17:48:10 -0000      1.5
+++ wxColumnsDlg.cpp    12 Jun 2002 14:20:44 -0000      1.6
@@ -162,5 +162,6 @@
 
    // add another static box below the existing one
-   wxStaticBox *boxLower = new wxStaticBox(this, -1, _("Set column &widths"));
+   wxStaticBox *boxLower = new wxStaticBox(this, -1,
+                                           _("Set column &widths (in pixels)"));
    c = new wxLayoutConstraints();
    c->left.SameAs(this, wxLeft, LAYOUT_X_MARGIN);


_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to