projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed debug comments
[wxWidgets.git]
/
src
/
generic
/
textdlgg.cpp
diff --git
a/src/generic/textdlgg.cpp
b/src/generic/textdlgg.cpp
index d34210a7c9f6319fe9537b5a67cbc6877fe54b21..9b6a5b965efdde7d256432afdd4f80bc4be58696 100644
(file)
--- a/
src/generic/textdlgg.cpp
+++ b/
src/generic/textdlgg.cpp
@@
-28,6
+28,8
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#if wxUSE_TEXTDLG
+
#ifndef WX_PRECOMP
#include <stdio.h>
#ifndef WX_PRECOMP
#include <stdio.h>
@@
-119,3
+121,5
@@
void wxTextEntryDialog::OnOK(wxCommandEvent& WXUNUSED(event) )
EndModal(wxID_OK);
}
EndModal(wxID_OK);
}
+
+#endif // wxUSE_TEXTDLG