projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
accept \r as a delimiter when parsing dates (bug 684617)
[wxWidgets.git]
/
wxPython
/
src
/
gtk
/
mdi.py
diff --git
a/wxPython/src/gtk/mdi.py
b/wxPython/src/gtk/mdi.py
index b08d696d40b27e385e54f773cc13702bc1ba5b94..61c6f9d46cbf3530432e2c7a71a255345648fb1b 100644
(file)
--- a/
wxPython/src/gtk/mdi.py
+++ b/
wxPython/src/gtk/mdi.py
@@
-7,6
+7,8
@@
from windows import *
from gdi import *
+from fonts import *
+
from clip_dnd import *
from frames import *