git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50474
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return ok;
// no file type for HTML extension
- wxLogError(_T("No default application configured for HTML files."));
+ wxLogError(_("No default application configured for HTML files."));
#endif // !wxUSE_MIMETYPE && !__WXMSW__
- wxLogSysError(_T("Failed to open URL \"%s\" in default browser."),
+ wxLogSysError(_("Failed to open URL \"%s\" in default browser."),
url.c_str());
return false;