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

Modified Files:
        wxMApp.cpp 
Log Message:
added missing .c_str()s

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.238
retrieving revision 1.239
diff -b -u -2 -r1.238 -r1.239
--- wxMApp.cpp  2 May 2002 22:42:42 -0000       1.238
+++ wxMApp.cpp  3 May 2002 14:32:02 -0000       1.239
@@ -934,5 +934,5 @@
                msg.Printf("Locale '%s' couldn't be set, do you want to "
                           "retry setting it the next time?",
-                          locale);
+                          locale.c_str());
             }
             else // failedToLoadMsgs
@@ -940,5 +940,5 @@
                msg.Printf("Impossible to load message catalog(s) for the "
                           "locale '%s', do you want to retry next time?",
-                          locale);
+                          locale.c_str());
             }
 


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to