fixing callback function

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@393 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 12 years ago
parent 06f9eada8a
commit 3a19322f36

@ -365,7 +365,7 @@ class App:
self.msg(msg='OK. Loaded available dumps!')
def callback(self):
self.setStatus("Feature not implemented for the moment. Contributions are welcome.")
self.msg("Feature not implemented for the moment. Contributions are welcome.")
def askclose():
if tkMessageBox.askokcancel("Quit", "Do you really wish to exit?"):

Loading…
Cancel
Save