3628: Frames not set on CalcToolManagedWindow class
svn: r14473
This commit is contained in:
parent
f3b7e35c69
commit
9dfa170293
@ -158,6 +158,7 @@ class CalcToolManagedWindow(PluginWindows.ToolManagedWindowBatch):
|
|||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
PluginWindows.ToolManagedWindowBatch.__init__(self, *args, **kwargs)
|
PluginWindows.ToolManagedWindowBatch.__init__(self, *args, **kwargs)
|
||||||
|
if self.fail: return
|
||||||
self.help_page = self.add_page(_("Help"))
|
self.help_page = self.add_page(_("Help"))
|
||||||
self.write_to_page(self.help_page,
|
self.write_to_page(self.help_page,
|
||||||
_("The Calculate Estimated Dates Tool is used to add and remove "
|
_("The Calculate Estimated Dates Tool is used to add and remove "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user