@@ -558,7 +558,7 @@ def __init__(self, parent, stuff, item):
558558 self .activeFit = gui .mainFrame .MainFrame .getInstance ().getActiveFit ()
559559
560560 self .showRealNames = False
561- self .showAttrView = True
561+ self .showAttrView = False
562562 self .expand = - 1
563563
564564 self .treeItems = []
@@ -576,7 +576,7 @@ def __init__(self, parent, stuff, item):
576576 self .toggleExpandBtn = wx .ToggleButton ( self , wx .ID_ANY , u"Expand All" , wx .DefaultPosition , wx .DefaultSize , 0 )
577577 bSizer .Add ( self .toggleExpandBtn , 0 , wx .ALIGN_CENTER_VERTICAL )
578578
579- self .toggleNameBtn = wx .ToggleButton ( self , wx .ID_ANY , u"Real Attribute Names" , wx .DefaultPosition , wx .DefaultSize , 0 )
579+ self .toggleNameBtn = wx .ToggleButton ( self , wx .ID_ANY , u"Toggle Names" , wx .DefaultPosition , wx .DefaultSize , 0 )
580580 bSizer .Add ( self .toggleNameBtn , 0 , wx .ALIGN_CENTER_VERTICAL )
581581
582582 self .toggleViewBtn = wx .ToggleButton ( self , wx .ID_ANY , u"Toggle View" , wx .DefaultPosition , wx .DefaultSize , 0 )
0 commit comments