X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_keyframes.cpp;h=9fff10a07f106e62b7a150860e075edd850cd288;hb=3e502bc758467118bbac795b5d1d1dc943d046c2;hp=2733c04361900439f5573a2149726b08b46d90ad;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_keyframes.cpp b/synfig-studio/trunk/src/gtkmm/dock_keyframes.cpp index 2733c04..9fff10a 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_keyframes.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_keyframes.cpp @@ -1,20 +1,21 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file dock_keyframes.cpp ** \brief Template File ** ** $Id: dock_keyframes.cpp,v 1.3 2005/01/13 20:23:01 darco Exp $ ** ** \legal -** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. ** \endlegal */ /* ========================================================================= */ @@ -48,7 +49,7 @@ using namespace std; using namespace etl; -using namespace sinfg; +using namespace synfig; using namespace studio; /* === M A C R O S ========================================================= */ @@ -60,7 +61,7 @@ using namespace studio; /* === M E T H O D S ======================================================= */ Dock_Keyframes::Dock_Keyframes(): - Dock_CanvasSpecific("keyframes",_("Keyframes"),Gtk::StockID("sinfg-keyframes")), + Dock_CanvasSpecific("keyframes",_("Keyframes"),Gtk::StockID("synfig-keyframes")), action_group(Gtk::ActionGroup::create()), keyframe_action_manager(new KeyframeActionManager) { @@ -79,7 +80,7 @@ Dock_Keyframes::Dock_Keyframes(): ); add_button( - Gtk::StockID("sinfg-duplicate"), + Gtk::StockID("synfig-duplicate"), _("Duplicates the selected keyframe at the current time") )->signal_clicked().connect( sigc::mem_fun(