Add a tooltip for the 'keyframe properties' icon.
[synfig.git] / 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);