]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compilation when WXINTL_NO_GETTEXT_MACRO is defined.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 15 Feb 2011 20:31:19 +0000 (20:31 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 15 Feb 2011 20:31:19 +0000 (20:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/progdlgg.h

index 0840accefffa753c79f032bfff167b80e32ae843..61a5f5d85eedc01b1c59635221b8d681b230ecde 100644 (file)
@@ -84,9 +84,9 @@ protected:
 
     // Return the labels to use for showing the elapsed/estimated/remaining
     // times respectively.
-    static wxString GetElapsedLabel() { return _("Elapsed time:"); }
-    static wxString GetEstimatedLabel() { return _("Estimated time:"); }
-    static wxString GetRemainingLabel() { return _("Remaining time:"); }
+    static wxString GetElapsedLabel() { return wxGetTranslation("Elapsed time:"); }
+    static wxString GetEstimatedLabel() { return wxGetTranslation("Estimated time:"); }
+    static wxString GetRemainingLabel() { return wxGetTranslation("Remaining time:"); }
 
 
     // Similar to wxWindow::HasFlag() but tests for a presence of a wxPD_XXX