s/""/wxEmptyString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
*/
|
||||
wxString wxGetTextFromUser(const wxString& message,
|
||||
const wxString& caption = "Input text",
|
||||
const wxString& default_value = "",
|
||||
const wxString& default_value = wxEmptyString,
|
||||
wxWindow* parent = NULL,
|
||||
int x = wxDefaultCoord,
|
||||
int y = wxDefaultCoord,
|
||||
@@ -148,7 +148,7 @@ wxString wxGetTextFromUser(const wxString& message,
|
||||
*/
|
||||
wxString wxGetPasswordFromUser(const wxString& message,
|
||||
const wxString& caption = "Input text",
|
||||
const wxString& default_value = "",
|
||||
const wxString& default_value = wxEmptyString,
|
||||
wxWindow* parent = NULL,
|
||||
int x = wxDefaultCoord,
|
||||
int y = wxDefaultCoord,
|
||||
|
Reference in New Issue
Block a user