]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / src / generic / textdlgg.cpp
index 961a20a63fa71217184d5a833b44278217398dbf..276e745fb6c0ded66ff942338f040788577c579c 100644 (file)
@@ -57,7 +57,7 @@ static const int wxID_TEXT = 3000;
 // ---------------------------------------------------------------------------
 
 /* Macro for avoiding #ifdefs when value have to be different depending on size of
 // ---------------------------------------------------------------------------
 
 /* 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__)
  */
 
 #if defined(__SMARTPHONE__)
@@ -112,6 +112,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent,
 #endif
   // wxUSE_VALIDATORS
 
 #endif
   // wxUSE_VALIDATORS
 
+    // smart phones does not support or do not waste space for wxButtons
 #ifdef __SMARTPHONE__
 
     SetRightMenu(wxID_CANCEL, _("Cancel"));
 #ifdef __SMARTPHONE__
 
     SetRightMenu(wxID_CANCEL, _("Cancel"));