]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
If -1 is passed to InsertItem for the imageIndex then don't set wxLIST_MASK_IMAGE
[wxWidgets.git] / samples / internat / internat.cpp
index 4ce95d0d13e69ab9bbf670f4cff4932feb793fbd..19818132f771d76a401d62115b959d6b84d8dfba 100644 (file)
@@ -271,7 +271,6 @@ bool MyApp::OnInit()
 
     // Show the frame
     frame->Show(true);
-    SetTopWindow(frame);
 
     return true;
 }
@@ -399,7 +398,7 @@ void MyFrame::OnPlay(wxCommandEvent& WXUNUSED(event))
         str = wxGetTranslation(wxTRANSLATE("Bad luck! try again..."));
 
         // note also that if we want 'str' to contain a localized string
-        // we need to use wxGetTranslation explicitely as wxTRANSLATE just
+        // we need to use wxGetTranslation explicitly as wxTRANSLATE just
         // tells xgettext to extract the string but has no effect on the
         // runtime of the program!
     }