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:
parent
06442f7099
commit
9a2256da18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user