Include tooltip on the 'show all child layers' toolbar button.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 15 Feb 2008 22:20:19 +0000 (22:20 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 15 Feb 2008 22:20:19 +0000 (22:20 +0000)
git-svn-id: http://svn.voria.com/code@1704 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/layeractionmanager.cpp

index 954b858..86addd6 100644 (file)
@@ -288,16 +288,11 @@ LayerActionManager::refresh()
                                action_group_->add(Gtk::Action::create(
                                        "select-all-child-layers",
                                        Gtk::StockID("synfig-select_all_child_layers"),
-                                       _("Select All Child Layers")
-                               ),
-                                       sigc::bind(
-                                               sigc::mem_fun(
-                                                       *layer_tree_,
-                                                       &studio::LayerTree::select_all_children_layers
-                                               ),
-                                               Layer::LooseHandle(layer)
-                                       )
-                               );
+                                       _("Select All Child Layers"),
+                                       _("Select All Child Layers")),
+                                       sigc::bind(sigc::mem_fun(*layer_tree_,
+                                                                                        &studio::LayerTree::select_all_children_layers),
+                                                          Layer::LooseHandle(layer)));
                                ui_info+="<menuitem action='select-all-child-layers'/>";
                                ui_toolbar_info+="<toolbar action='toolbar-layer'><toolitem action='select-all-child-layers'/></toolbar>";
                        }