X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98080d5c1977bf9fbf5bc8b65fc807cded76f592..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/filename.h?ds=sidebyside diff --git a/include/wx/filename.h b/include/wx/filename.h index 0012850c91..5154ed057e 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -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);