[skip ci] Gui: PrintWarning has been moved to Console module

This commit is contained in:
wmayer
2023-05-15 15:52:56 +02:00
committed by wwmayer
parent 50056462d3
commit 01da66f2df

View File

@@ -57,7 +57,7 @@ class Workbench:
def Initialize(self):
"""Initializes this workbench."""
App.PrintWarning(str(self) + ": Workbench.Initialize() not implemented in subclass!")
App.Console.PrintWarning(str(self) + ": Workbench.Initialize() not implemented in subclass!")
def ContextMenu(self, recipient):
pass
def appendToolbar(self,name,cmds):