]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.
[wxWidgets.git] / src / common / dseldlg.cpp
index 86b2e1147dd8e9af265e61956db0c2ec9d80c1ee..40b10ce73b076c5215af7514dea7317f14ad75a6 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 wxWindows team
+// Copyright:   (c) 2001 wxWidgets team
 // License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "dseldlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -39,8 +35,6 @@
 // implementation
 // ============================================================================
 
-const wxChar *wxDirSelectorPromptStr = wxT("Select a directory");
-
 wxString wxDirSelector(const wxString& message,
                        const wxString& defaultPath,
                        long style,