]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/progdlgg.cpp
Make it possible to actually build cvs with a version of bakefile
[wxWidgets.git] / src / generic / progdlgg.cpp
index d4bc36629f7416cbf009378251a00921194ecdd4..72a85e1210976df94894b44b69298874e2222cbe 100644 (file)
@@ -606,7 +606,7 @@ void wxProgressDialog::EnableAbort(bool enable)
     {
 #ifdef __SMARTPHONE__
         if(enable)
-            SetLeftMenu(wxID_CANCEL, _("Cancel"));
+            SetLeftMenu(wxID_CANCEL); // stock buttons makes Cancel label
         else
             SetLeftMenu();
 #else