X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9cff6e17341ea95da89eaa27f78b32f11291e12..4776c0b783a9776f94b049aecdc253d379686b6b:/src/gtk/aboutdlg.cpp diff --git a/src/gtk/aboutdlg.cpp b/src/gtk/aboutdlg.cpp index 1cc3136bf6..b2da06fe52 100644 --- a/src/gtk/aboutdlg.cpp +++ b/src/gtk/aboutdlg.cpp @@ -189,7 +189,7 @@ void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* WXUNUSED(parent)) const size_t count = translators.size(); for ( size_t n = 0; n < count; n++ ) { - transCredits << translators[n] << _T('\n'); + transCredits << translators[n] << wxT('\n'); } } else // no translators explicitely specified