X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstatemanager.cpp;h=4a6828cdf066247dd06c3322d66fee7783b5dbc6;hb=2a17bcdb8f6b5293b59cb3b6e3fcd818c6ff0e7d;hp=72c0724da40753269903cc769c54663dba8d2d52;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/statemanager.cpp b/synfig-studio/trunk/src/gtkmm/statemanager.cpp index 72c0724..4a6828c 100644 --- a/synfig-studio/trunk/src/gtkmm/statemanager.cpp +++ b/synfig-studio/trunk/src/gtkmm/statemanager.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ -/*! \file template.cpp +/*! \file statemanager.cpp ** \brief Template File ** -** $Id: statemanager.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \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 @@ -36,6 +37,8 @@ #include "app.h" #include "toolbox.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -79,12 +82,15 @@ StateManager::add_state(const Smach::state_base *state) { String name(state->get_name()); + Gtk::StockItem stock_item; + Gtk::Stock::lookup(Gtk::StockID("synfig-"+name),stock_item); + Glib::RefPtr action( Gtk::Action::create( "state-"+name, - Gtk::StockID("synfig-"+name), - name, - name + stock_item.get_stock_id(), + stock_item.get_label(), + stock_item.get_label() ) ); /*action->set_sensitive(false);*/