beremiz
Clone
Summary
Browse
Changes
Graph
change splash.Hide() with splash.Close()
2008-03-12, greg
d85b937cdac3
Parents
ebf06a3afb5d
Children
517db40c30b7
change splash.Hide() with splash.Close()
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
Beremiz.py
--- a/Beremiz.py Wed Mar 12 13:32:14 2008 +0100
+++ b/Beremiz.py Wed Mar 12 14:51:52 2008 +0100
@@ -1348,6 +1348,6 @@
frame = Beremiz(None, projectOpen)
frame.Show()
- splash.Hide()
+ splash.Close()
app.MainLoop()