X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a76384f2d9d70e209cbbefb8e59906603250641..c220a8ec4fcb4e7b620e88c76b0a84be4554b28b:/src/common/datacmn.cpp diff --git a/src/common/datacmn.cpp b/src/common/datacmn.cpp index 4d985031a2..8be0c34050 100644 --- a/src/common/datacmn.cpp +++ b/src/common/datacmn.cpp @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////////// // Name: common/datacmn.cpp -// Purpose: contains definitions of various global wxWindows variables +// Purpose: contains definitions of various global wxWidgets variables // Author: Vadim Zeitlin // Modified by: // Created: 10.04.03 (from src/*/data.cpp files) // RCS-ID: $Id$ -// Copyright: (c) 1997-2002 wxWindows development team +// Copyright: (c) 1997-2002 wxWidgets development team // License: wxWindows license /////////////////////////////////////////////////////////////////////////////// @@ -137,6 +137,7 @@ WXDLLEXPORT_DATA(const wxChar *) wxEnhDialogNameStr = wxT("Shell"); WXDLLEXPORT_DATA(const wxChar *) wxToolBarNameStr = wxT("toolbar"); WXDLLEXPORT_DATA(const wxChar *) wxStatusLineNameStr = wxT("status_line"); WXDLLEXPORT_DATA(const wxChar *) wxGetTextFromUserPromptStr = wxT("Input Text"); +WXDLLEXPORT_DATA(const wxChar *) wxGetPasswordFromUserPromptStr = wxT("Enter Password"); WXDLLEXPORT_DATA(const wxChar *) wxMessageBoxCaptionStr = wxT("Message"); WXDLLEXPORT_DATA(const wxChar *) wxFileSelectorPromptStr = wxT("Select a file"); WXDLLEXPORT_DATA(const wxChar *) wxFileSelectorDefaultWildcardStr = @@ -155,6 +156,6 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT"); #endif -const wxSize wxDefaultSize(-1, -1); -const wxPoint wxDefaultPosition(-1, -1); +const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord); +const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);