projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
support for unicode font names
[wxWidgets.git]
/
src
/
common
/
dseldlg.cpp
diff --git
a/src/common/dseldlg.cpp
b/src/common/dseldlg.cpp
index 86b2e1147dd8e9af265e61956db0c2ec9d80c1ee..4f4144bd0aec01d451411eb7a29bb24d545c8e12 100644
(file)
--- a/
src/common/dseldlg.cpp
+++ b/
src/common/dseldlg.cpp
@@
-5,7
+5,7
@@
// Modified by:
// Created: 20.02.01
// RCS-ID: $Id$
// Modified by:
// Created: 20.02.01
// RCS-ID: $Id$
-// Copyright: (c) 2001 wxWi
ndow
s team
+// Copyright: (c) 2001 wxWi
dget
s team
// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// License: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "dseldlg.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-39,7
+35,7
@@
// implementation
// ============================================================================
// implementation
// ============================================================================
-const wxChar
*wxDirSelectorPromptStr
= wxT("Select a directory");
+const wxChar
wxDirSelectorPromptStr[]
= wxT("Select a directory");
wxString wxDirSelector(const wxString& message,
const wxString& defaultPath,
wxString wxDirSelector(const wxString& message,
const wxString& defaultPath,