Localization support added

This commit is contained in:
Simon Rozman
2016-02-06 09:08:28 +01:00
parent a9f59160fa
commit a6f470fd1e
5 changed files with 63 additions and 2 deletions

View File

@@ -978,7 +978,7 @@ void wxAppBar<W>::OnWindowsArrange(bool WXUNUSED(beginning))
template <class W>
void wxAppBar<W>::OnAutoHideDenied()
{
wxMessageBox(wxT("There is already an auto hidden bar on this edge.\nOnly one auto hidden bar is allowed on each edge.\nAuto-hide feature is now off."), wxT("Warning"), wxOK | wxICON_WARNING, this);
wxMessageBox(_("There is already an auto hidden bar on this edge.\nOnly one auto hidden bar is allowed on each edge.\nAuto-hide feature is now off."), _("Warning"), wxOK | wxICON_WARNING, this);
}