Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10408/src/gui

Modified Files:
        wxMDialogs.cpp wxDialogLayout.cpp 
Log Message:
made M_TITLE_PREFIX public, use it in wxManuallyLaidOutDialog

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.415
retrieving revision 1.416
diff -b -u -2 -r1.415 -r1.416
--- wxMDialogs.cpp      22 Jul 2004 22:28:10 -0000      1.415
+++ wxMDialogs.cpp      13 Aug 2004 20:55:52 -0000      1.416
@@ -120,10 +120,4 @@
 
 // ----------------------------------------------------------------------------
-// constants
-// ----------------------------------------------------------------------------
-
-#define M_TITLE_PREFIX _("Mahogany: ")
-
-// ----------------------------------------------------------------------------
 // the images names
 // ----------------------------------------------------------------------------

Index: wxDialogLayout.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxDialogLayout.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -b -u -2 -r1.107 -r1.108
--- wxDialogLayout.cpp  11 Jul 2004 19:07:33 -0000      1.107
+++ wxDialogLayout.cpp  13 Aug 2004 20:55:52 -0000      1.108
@@ -1057,5 +1057,5 @@
                                    profileKey,
                                    parent,
-                                   _T("Mahogany: ") + title,
+                                   String(M_TITLE_PREFIX) + title,
                                    DIALOG_STYLE
                                   )



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to