From 64fb0e20888fd44150f44d43f984e50dff0d8d51 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 20 Aug 2006 09:44:41 +0000 Subject: [PATCH] Allow building when WXINTL_NO_GETTEXT_MACRO is defined. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filename.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.50.0