Add a tooltip for the 'keyframe properties' icon.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 18 Feb 2008 00:29:35 +0000 (00:29 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 18 Feb 2008 00:29:35 +0000 (00:29 +0000)
git-svn-id: http://svn.voria.com/code@1743 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index e15e4d9..2457ebb 100644 (file)
@@ -235,7 +235,8 @@ KeyframeActionManager::refresh()
        }
 
        {
-               Glib::RefPtr<Gtk::Action> action(Gtk::Action::create("keyframe-properties", Gtk::StockID("gtk-properties"), _("Keyframe Properties")));
+               Glib::RefPtr<Gtk::Action> 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);