summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6a8fa61)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26223
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
"m.s.d.", lst)
if (dlg.ShowModal() == wx.ID_OK):
"m.s.d.", lst)
if (dlg.ShowModal() == wx.ID_OK):
- print "Selection:", dlg.GetValue(), " -> ", dlg.GetValueString()
+ log.write("Selection: %s -> %s\n" % (dlg.GetValue(), dlg.GetValueString()))
+
+ dlg.Destroy()
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------