projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct printf() format specifiers for long variables in life demo.
[wxWidgets.git]
/
src
/
os2
/
textentry.cpp
diff --git
a/src/os2/textentry.cpp
b/src/os2/textentry.cpp
index 817390980da9930eb26fcd58e0b40d97ec831053..9190bc8ee5d6e0b4b9f9efc96c99ac289ccc04f1 100644
(file)
--- a/
src/os2/textentry.cpp
+++ b/
src/os2/textentry.cpp
@@
-61,7
+61,7
@@
void wxTextEntry::WriteText(const wxString& text)
::WinSetWindowText(GetEditHwnd(), text.c_str());
}
::WinSetWindowText(GetEditHwnd(), text.c_str());
}
-wxString wxTextEntry::GetValue() const
+wxString wxTextEntry::
Do
GetValue() const
{
return wxGetWindowText(GetEditHWND());
}
{
return wxGetWindowText(GetEditHWND());
}