X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e306597309a120f2ae91385c731a5cb2722c52aa..1b68e0b5b90ed63309f02f30e33b884eeaec5a3d:/samples/internat/internat.cpp?ds=inline diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index c191d76410..437d7d7b61 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -61,7 +61,7 @@ public: // ID for the menu commands enum { - MINIMAL_QUIT, + MINIMAL_QUIT = 1, MINIMAL_TEXT, MINIMAL_ABOUT, MINIMAL_TEST, @@ -114,11 +114,11 @@ bool MyApp::OnInit() /* this catalog is installed in standard location on Linux systems, it might not be installed on yours - just ignore the errrors or comment out this line then */ - m_locale.AddCatalog("fileutils"); // 3) and another just for testing +// m_locale.AddCatalog("fileutils"); // 3) and another just for testing // Create the main frame window MyFrame *frame = new MyFrame((wxFrame *) NULL, _("International wxWindows App"), - 50, 50, 250, 40); + 50, 50, 350, 60); // Give it an icon frame->SetIcon(wxICON(mondrian));