From: dooglus Date: Fri, 15 Feb 2008 22:20:19 +0000 (+0000) Subject: Include tooltip on the 'show all child layers' toolbar button. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e3fc936cc46f22b68f18bc0a514835b329a88a70;p=synfig.git Include tooltip on the 'show all child layers' toolbar button. git-svn-id: http://svn.voria.com/code@1704 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/layeractionmanager.cpp b/synfig-studio/trunk/src/gtkmm/layeractionmanager.cpp index 954b858..86addd6 100644 --- a/synfig-studio/trunk/src/gtkmm/layeractionmanager.cpp +++ b/synfig-studio/trunk/src/gtkmm/layeractionmanager.cpp @@ -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+=""; ui_toolbar_info+=""; }