]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
don't evaluate assert expression unless the condition is false (patch 1450705)
[wxWidgets.git] / src / common / intl.cpp
index 459f3189d6253e235eca93a5c02d37d87ea0c990..8d11807aecac94933925fca03ab8c5c6744239d5 100644 (file)
@@ -2395,7 +2395,7 @@ wxFontEncoding wxLocale::GetSystemEncoding()
         // on some modern Linux systems (RedHat 8) the default system locale
         // is UTF8 -- but it isn't supported by wxGTK in ANSI build at all so
         // don't even try to use it in this case
-#if !wxUSE_UNICODE && defined(__WXGTK__)
+#if !wxUSE_UNICODE && (defined(__WXGTK__) || defined(__WXMOTIF__))
         if ( enc == wxFONTENCODING_UTF8 )
         {
             // the most similar supported encoding...