Revision: 7306
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7306&view=rev
Author:   vadz
Date:     2007-07-29 08:27:13 -0700 (Sun, 29 Jul 2007)

Log Message:
-----------
last change was useless, wx programs don't even start up when built with 
wxUSE_UTF8_LOCALE_ONLY and the locale isn't UTF-8 one

Modified Paths:
--------------
    trunk/M/src/gui/wxMApp.cpp

Modified: trunk/M/src/gui/wxMApp.cpp
===================================================================
--- trunk/M/src/gui/wxMApp.cpp  2007-07-29 15:25:18 UTC (rev 7305)
+++ trunk/M/src/gui/wxMApp.cpp  2007-07-29 15:27:13 UTC (rev 7306)
@@ -1128,7 +1128,7 @@
    }
 #endif // USE_I18N
 
-#if defined(__WXGTK20__) && (!wxUSE_UNICODE || wxUSE_UTF8_LOCALE_ONLY)
+#if defined(__WXGTK20__) && !wxUSE_UNICODE
    // we need UTF-8 support to be able to work with messages in different
    // encodings
    if ( wxLocale::GetSystemEncoding() != wxFONTENCODING_UTF8 )


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to