Commit bf87d6fd authored by Guillaume Seguin's avatar Guillaume Seguin

Actually commit statusbar creation back (69d66a59 was incomplete)

parent 2a90d5b3
...@@ -247,6 +247,10 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -247,6 +247,10 @@ class PronterWindow(MainWindow, pronsole.pronsole):
else: else:
self.createGui(self.settings.uimode == "Compact", self.createGui(self.settings.uimode == "Compact",
self.settings.controlsmode == "Mini") self.settings.controlsmode == "Mini")
self.statusbar = self.CreateStatusBar()
self.statusbar.SetStatusText(_("Not connected to printer."))
self.t = Tee(self.catchprint) self.t = Tee(self.catchprint)
self.stdout = sys.stdout self.stdout = sys.stdout
self.skeining = 0 self.skeining = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment