projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
HP-UX fix: removed unneeded call to sed(patch #1005025)
[wxWidgets.git]
/
src
/
motif
/
textctrl.cpp
diff --git
a/src/motif/textctrl.cpp
b/src/motif/textctrl.cpp
index 97b5521972cf33765fde71b3e0b1dc9f58d25012..090da09f5ae193a5bab9f6587b3b7593b26e63a8 100644
(file)
--- a/
src/motif/textctrl.cpp
+++ b/
src/motif/textctrl.cpp
@@
-21,6
+21,9
@@
#pragma implementation "textctrl.h"
#endif
#pragma implementation "textctrl.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#ifdef __VMS
#define XtParent XTPARENT
#endif
#ifdef __VMS
#define XtParent XTPARENT
#endif
@@
-423,7
+426,7
@@
bool wxTextCtrl::IsModified() const
// Makes modified or unmodified
void wxTextCtrl::MarkDirty()
{
// Makes modified or unmodified
void wxTextCtrl::MarkDirty()
{
- m_modified =
FALS
E;
+ m_modified =
TRU
E;
}
void wxTextCtrl::DiscardEdits()
}
void wxTextCtrl::DiscardEdits()