correct comment
This commit is contained in:
parent
43911a49e8
commit
3157cf3c15
|
@ -1094,7 +1094,7 @@ You can find the full license texts in agpl-3.0.txt, gpl-2.0.txt, gpl-3.0.txt an
|
||||||
self.add_and_display_tab(gv_tab, _("Tourney Graphs"))
|
self.add_and_display_tab(gv_tab, _("Tourney Graphs"))
|
||||||
|
|
||||||
def tabStove(self, widget, data=None):
|
def tabStove(self, widget, data=None):
|
||||||
"""opens a tab for bulk importing tournament summaries"""
|
"""opens a tab for poker stove"""
|
||||||
thread = GuiStove.GuiStove(self.config, self.window)
|
thread = GuiStove.GuiStove(self.config, self.window)
|
||||||
self.threads.append(thread)
|
self.threads.append(thread)
|
||||||
tab = thread.get_vbox()
|
tab = thread.get_vbox()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user