projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't hide m_cal when disabling the control (bug 1150830)
[wxWidgets.git]
/
src
/
gtk1
/
gnome
/
gprint.cpp
diff --git
a/src/gtk1/gnome/gprint.cpp
b/src/gtk1/gnome/gprint.cpp
index 9be9ac7d62585bdebc7c0d126b6fa7c3b03c1100..45e9735ad302ea59fbb8d85cc91a6dff867d73d3 100644
(file)
--- a/
src/gtk1/gnome/gprint.cpp
+++ b/
src/gtk1/gnome/gprint.cpp
@@
-795,7
+795,7
@@
wxDC* wxGnomePrinter::PrintDialog( wxWindow *parent )
int ret = dialog.ShowModal();
if (ret == wxID_CANCEL)
{
- sm_lastError = wxPRINTER_
ERROR
;
+ sm_lastError = wxPRINTER_
CANCELLED
;
return NULL;
}