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:
@@ -606,7 +606,7 @@ void wxProgressDialog::EnableAbort(bool enable)
|
|||||||
{
|
{
|
||||||
#ifdef __SMARTPHONE__
|
#ifdef __SMARTPHONE__
|
||||||
if(enable)
|
if(enable)
|
||||||
SetLeftMenu(wxID_CANCEL, _("Cancel"));
|
SetLeftMenu(wxID_CANCEL); // stock buttons makes Cancel label
|
||||||
else
|
else
|
||||||
SetLeftMenu();
|
SetLeftMenu();
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user