tibbs / rpms / audacity

Forked from rpms/audacity 5 years ago
Clone
70758c6
--- audacity-src-1.2.5/src/AboutDialog.cpp.about	2006-11-03 22:05:02.000000000 +0100
70758c6
+++ audacity-src-1.2.5/src/AboutDialog.cpp	2006-11-03 22:06:22.000000000 +0100
70758c6
@@ -129,18 +129,9 @@
4142a23
       translatorCredits += _("translator_credits");
4142a23
       translatorCredits += "</center>";
4142a23
    }
4142a23
-   wxString localeStr = wxLocale::GetSystemEncodingName();
70758c6
-
70758c6
-   #if defined(__WXGTK__) && defined(wxUSE_UNICODE) && !wxCHECK_VERSION(2, 5, 0)
70758c6
-   // HTML Charsets are broken in wxGTK 2.4.x with unicode turned on
70758c6
-   wxString metaTag = "";
70758c6
-   #else
70758c6
-   wxString metaTag = "<META http-equiv=\"Content-Type\" content=\"text/html; charset=" + localeStr + "\">";
70758c6
-   #endif
4142a23
 
4142a23
    wxString creditStr = 
4142a23
       "<html>"
70758c6
-      "<head>" + metaTag + "</head>"
4142a23
       "<body bgcolor=\"#ffffff\">"
4142a23
       "<font size=1>"
4142a23
       "<center>"