]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE...
[wxWidgets.git] / include / wx / generic / textdlgg.h
index 8f8bc0e481ba03b726d00c62cf7970246ae8b55b..b255dd89a46e3a7227b6f6d69bb150f0de4d6be6 100644 (file)
@@ -78,8 +78,8 @@ wxGetTextFromUser(const wxString& message,
                   const wxString& caption = wxGetTextFromUserPromptStr,
                   const wxString& default_value = wxEmptyString,
                   wxWindow *parent = (wxWindow *) NULL,
-                  int x = wxDefaultPosition.x,
-                  int y = wxDefaultPosition.y,
+                  int x = wxDefaultCoord,
+                  int y = wxDefaultCoord,
                   bool centre = true);
 
 wxString WXDLLEXPORT