tibbs / rpms / audacity

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