]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 20 Aug 2006 09:44:41 +0000 (09:44 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 20 Aug 2006 09:44:41 +0000 (09:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filename.h

index 0012850c91b4cebac329550e60bbfa8bafd58efe..5154ed057e2ee248d852f9be1bd36944fdb05921 100644 (file)
@@ -446,10 +446,10 @@ public:
     static wxULongLong GetSize(const wxString &file);
 
         // returns the size in a human readable form
-    wxString GetHumanReadableSize(const wxString &nullsize = _("Not available"),
+    wxString GetHumanReadableSize(const wxString &nullsize = wxGetTranslation(_T("Not available")),
                                   int precision = 1) const;
     static wxString GetHumanReadableSize(const wxULongLong &sz,
-                                         const wxString &nullsize = _("Not available"),
+                                         const wxString &nullsize = wxGetTranslation(_T("Not available")),
                                          int precision = 1);