X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fkeyframeactionmanager.cpp;h=b91751c59c72e048c6fa07f60efcb366b0eb58db;hb=ed50a17b37a41caaf09ef91cac1f219df27f36d9;hp=7e320f61433d9f102acc6abfed050d6d35a2bd39;hpb=4cb5360f578f79e5d9e234570018d762ea0a964f;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/keyframeactionmanager.cpp b/synfig-studio/tags/stable/src/gtkmm/keyframeactionmanager.cpp index 7e320f6..b91751c 100644 --- a/synfig-studio/tags/stable/src/gtkmm/keyframeactionmanager.cpp +++ b/synfig-studio/tags/stable/src/gtkmm/keyframeactionmanager.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -34,6 +35,8 @@ #include #include "instance.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -215,7 +218,7 @@ KeyframeActionManager::refresh() action_group_->add(Gtk::Action::create( "action-keyframe_add", Gtk::StockID("gtk-add"), - _("Add new Keyframe"),_("Add new Keyframe") + _("Add New Keyframe"),_("Add New Keyframe") ), sigc::mem_fun(*this,&KeyframeActionManager::on_add_keyframe) ); @@ -232,13 +235,14 @@ 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); } - ui_info=""+ui_info+""; + ui_info=""+ui_info+""; popup_id_=get_ui_manager()->add_ui_from_string(ui_info); #ifdef ONE_ACTION_GROUP #else