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

Modified Files:
        wxMApp.cpp 
Log Message:
use CanonicalName for locale

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.249
retrieving revision 1.250
diff -b -u -2 -r1.249 -r1.250
--- wxMApp.cpp  8 Sep 2002 23:20:13 -0000       1.249
+++ wxMApp.cpp  9 Sep 2002 16:00:50 -0000       1.250
@@ -792,5 +792,5 @@
                const wxLanguageInfo *info = wxLocale::GetLanguageInfo(lang);
                if ( info )
-                  locale = info->Description;
+                  locale = info->CanonicalName;
                else
                   locale.Printf(_("unknown language (%d)"), lang);



-------------------------------------------------------
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