Fix variable in example menu function
I changed this while making unit tests and forgot to change it back. Whoops!
This commit is contained in:
parent
53d8536744
commit
f0630535e0
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class CmdNameColor(Command):
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
# This is all you have to do to initialize a menu!
|
# This is all you have to do to initialize a menu!
|
||||||
init_tree_selection(TEST_MENU, self.caller,
|
init_tree_selection(NAMECOLOR_MENU, self.caller,
|
||||||
change_name_color,
|
change_name_color,
|
||||||
start_text="Name color options:")
|
start_text="Name color options:")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue