projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
moved AddFile(wxImage) to GUI part of library, too
[wxWidgets.git]
/
include
/
wx
/
generic
/
textdlgg.h
diff --git
a/include/wx/generic/textdlgg.h
b/include/wx/generic/textdlgg.h
index e723081d024da4da450544711e2d23611a5090dc..a5d0000d47ca992b85aa5e6caba1b11297731266 100644
(file)
--- a/
include/wx/generic/textdlgg.h
+++ b/
include/wx/generic/textdlgg.h
@@
-5,8
+5,8
@@
// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart
and Markus Holzem
-// Licence: wxWindows licen
s
e
+// Copyright: (c) Julian Smart
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
#ifndef __TEXTDLGH_G__
/////////////////////////////////////////////////////////////////////////////
#ifndef __TEXTDLGH_G__
@@
-16,6
+16,7
@@
#pragma interface "textdlgg.h"
#endif
#pragma interface "textdlgg.h"
#endif
+#if wxUSE_TEXTDLG
#include "wx/defs.h"
#include "wx/dialog.h"
#include "wx/defs.h"
#include "wx/dialog.h"
@@
-88,5
+89,7
@@
wxGetPasswordFromUser(const wxString& message,
const wxString& default_value = wxEmptyString,
wxWindow *parent = (wxWindow *) NULL);
const wxString& default_value = wxEmptyString,
wxWindow *parent = (wxWindow *) NULL);
+#endif
+ // wxUSE_TEXTDLG
#endif
// __TEXTDLGH_G__
#endif
// __TEXTDLGH_G__