Use stock labels for Smartphone.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-01-06 12:22:06 +00:00
parent 06442f7099
commit 9a2256da18

View 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