diff --git a/gui.py b/gui.py index 9fa0d06..f870eab 100644 --- a/gui.py +++ b/gui.py @@ -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?"):