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
This commit is contained in:
parent
9389458452
commit
64fb0e2088
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user