git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24834
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
#include "wx/display.h"
+#include "wx/intl.h"
#include "wx/log.h"
#ifndef WX_PRECOMP
}
else //OOPS!
{
- wxLogSysError("XF86VidModeGetAllModeLines Failed in wxX11Display::GetModes()!");
+ wxLogSysError(_("Failed to enumerate video modes"));
}
return Modes;
}
else //OOPS!
{
- wxLogSysError("XF86VidModeGetAllModeLines Failed in wxX11Display::ChangeMode()!");
+ wxLogSysError(_("Failed to change video mode"));
return false;
}
}