From: dooglus Date: Mon, 18 Feb 2008 00:29:35 +0000 (+0000) Subject: Add a tooltip for the 'keyframe properties' icon. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=8d244af05335c317684022197076b211a912bd33;p=synfig.git Add a tooltip for the 'keyframe properties' icon. git-svn-id: http://svn.voria.com/code@1743 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/keyframeactionmanager.cpp b/synfig-studio/trunk/src/gtkmm/keyframeactionmanager.cpp index e15e4d9..2457ebb 100644 --- a/synfig-studio/trunk/src/gtkmm/keyframeactionmanager.cpp +++ b/synfig-studio/trunk/src/gtkmm/keyframeactionmanager.cpp @@ -235,7 +235,8 @@ KeyframeActionManager::refresh() } { - Glib::RefPtr action(Gtk::Action::create("keyframe-properties", Gtk::StockID("gtk-properties"), _("Keyframe Properties"))); + Glib::RefPtr action(Gtk::Action::create("keyframe-properties", Gtk::StockID("gtk-properties"), + _("Keyframe Properties"), _("Keyframe Properties"))); action_group_->add(action,sigc::mem_fun(*this,&KeyframeActionManager::on_keyframe_properties)); if(keyframe_tree_->get_selection()->count_selected_rows()==0) action->set_sensitive(false);