X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fadjust_window.cpp;h=ca0219f8f74eab94a5e223af81532398eca4a4d9;hb=a1077b46c18fe056632fa3ed5098a5c6a8ded3ae;hp=90ca220d338c2af13840a99ea2a7cb5adf39e327;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/adjust_window.cpp b/synfig-studio/trunk/src/gtkmm/adjust_window.cpp index 90ca220..ca0219f 100644 --- a/synfig-studio/trunk/src/gtkmm/adjust_window.cpp +++ b/synfig-studio/trunk/src/gtkmm/adjust_window.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file adjust_window.cpp ** \brief Adjustment Window Implementation File ** @@ -7,14 +7,15 @@ ** \legal ** Copyright (c) 2004 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 */ /* ========================================================================= */ @@ -37,7 +38,7 @@ using namespace std; //using namespace etl; -//using namespace sinfg; +//using namespace synfig; using studio::Adjust_Window; @@ -83,7 +84,7 @@ void Adjust_Window::set_child_adjustment(Gtk::Adjustment *child) adj_child = child; - sinfg::info("Adjust: connecting to child signals"); + synfig::info("Adjust: connecting to child signals"); if(child) { childchanged = child->signal_changed().connect(sigc::mem_fun(*this,&Adjust_Window::update_fromchild));