Hardware defines spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,7 +57,7 @@ static const int wxID_TEXT = 3000;
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/* Macro for avoiding #ifdefs when value have to be different depending on size of
|
||||
device we display on
|
||||
device we display on - take it from something like wxDesktopPolicy in the future
|
||||
*/
|
||||
|
||||
#if defined(__SMARTPHONE__)
|
||||
@@ -112,6 +112,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent,
|
||||
#endif
|
||||
// wxUSE_VALIDATORS
|
||||
|
||||
// smart phones does not support or do not waste space for wxButtons
|
||||
#ifdef __SMARTPHONE__
|
||||
|
||||
SetRightMenu(wxID_CANCEL, _("Cancel"));
|
||||
|
Reference in New Issue
Block a user