X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d3a259aff5b9a699041ca9f126001dfb156223e..3e58661e97c18b90406c3919bfaa1198e0929f5c:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index 52afe1decb..51f3690ee5 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -27,12 +27,6 @@ wxWindowList wxTopLevelWindows; // List of windows pending deletion wxList wxPendingDelete; -#if wxUSE_THREADS -// List of events pending propagation -wxList *wxPendingEvents = NULL; -wxCriticalSection *wxPendingEventsLocker = NULL; -#endif - int wxPageNumber; // GDI Object Lists @@ -122,13 +116,17 @@ const char *wxButtonBarNameStr = "buttonbar"; const char *wxEnhDialogNameStr = "Shell"; const char *wxToolBarNameStr = "toolbar"; const char *wxStatusLineNameStr = "status_line"; +#if 0 // this is defined in string.cpp const char *wxEmptyString = ""; +#endif const char *wxGetTextFromUserPromptStr = "Input Text"; const char *wxMessageBoxCaptionStr = "Message"; const char *wxFileSelectorPromptStr = "Select a file"; const char *wxFileSelectorDefaultWildcardStr = "*.*"; const char *wxInternalErrorStr = "wxWindows Internal Error"; const char *wxFatalErrorStr = "wxWindows Fatal Error"; +const char *wxDirDialogNameStr = "wxDirCtrl"; +const char *wxDirDialogDefaultFolderStr = "/"; // See wx/utils.h const char *wxFloatToStringStr = "%.2f";