From: Michael Bedward Date: Wed, 6 Oct 1999 05:45:05 +0000 (+0000) Subject: ifdef'd out wxEmptyString. This is defined in string.cpp. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/91233253ecd632b931852872112a6e28227af08a ifdef'd out wxEmptyString. This is defined in string.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/data.cpp b/src/motif/data.cpp index da2257c739..e4e3453aa6 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -122,7 +122,9 @@ 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";