]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tabg.cpp
-Debian glibc2 system is 'linux-gnu', not 'Linux';updated .cvsignore's -Markus
[wxWidgets.git] / src / generic / tabg.cpp
index b244f5c5c308e5bd233de9015777ac864ff0d697..20e96214c016ba826f6ccb4aac7d9dcf2b310c93 100644 (file)
@@ -927,7 +927,7 @@ void wxTabView::SetTabSelection(int sel, bool activateTool)
     control->SetSelected((sel != 0)); // TODO ??
   else
   {
-    wxMessageBox("Could not find tab for id", "Error", wxOK);
+    wxMessageBox(_("Could not find tab for id"), _("Error"), wxOK);
     return;
   }