projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change wxNotebook selection before sending page changed event in wxMSW.
[wxWidgets.git]
/
src
/
gtk
/
print.cpp
diff --git
a/src/gtk/print.cpp
b/src/gtk/print.cpp
index 39c517b0fd4a10ac3fc70eab6bef551a87f0532c..d72c2a9a5ef672e12e3aacc5c5afba94fe6e1c95 100644
(file)
--- a/
src/gtk/print.cpp
+++ b/
src/gtk/print.cpp
@@
-57,7
+57,7
@@
wxFORCE_LINK_THIS_MODULE(gtk_print)
#include "wx/gtk/private/object.h"
-// Useful
l
to convert angles from/to Rad to/from Deg.
+// Useful to convert angles from/to Rad to/from Deg.
static const double RAD2DEG = 180.0 / M_PI;
static const double DEG2RAD = M_PI / 180.0;