]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Implemented (for GTK+) and tested dataview_context_menu event
[wxWidgets.git] / src / common / utilscmn.cpp
index f3893507e59edeea0ddb8129fb5c9dc5d54af733..2beddfe3a627da816aabcfca23474c2a3048c080 100644 (file)
@@ -1137,11 +1137,11 @@ bool wxLaunchDefaultBrowser(const wxString& urlOrig, int flags)
         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;