showcase: fix treeview / standard buttons

This commit is contained in:
Mathieu Virbel 2011-03-29 17:23:08 +02:00
parent 2fb4815e0d
commit 49ed7dc159
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class ShowcaseApp(App):
tree.bind(selected_node=self.on_select_node)
n = create_tree('Buttons')
attach_node('Options buttons', n)
attach_node('Standard buttons', n)
attach_node('Options buttons', n)
n = create_tree('Sliders')
attach_node('Horizontal sliders', n)