X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdialog_keyframe.cpp;h=3da655e4d856a2e8c280f8db67db6d4034dcc96b;hb=c2813b4d63804cac9b4067146a9e6eca717cb3e4;hp=1fb078474bb18e0f561ad00a13580c2b32c200e9;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dialog_keyframe.cpp b/synfig-studio/trunk/src/gtkmm/dialog_keyframe.cpp index 1fb0784..3da655e 100644 --- a/synfig-studio/trunk/src/gtkmm/dialog_keyframe.cpp +++ b/synfig-studio/trunk/src/gtkmm/dialog_keyframe.cpp @@ -2,7 +2,7 @@ /*! \file dialog_keyframe.cpp ** \brief Template File ** -** $Id: dialog_keyframe.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 @@ -36,6 +36,8 @@ #include #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -53,7 +55,7 @@ using namespace studio; /* === M E T H O D S ======================================================= */ -Dialog_Keyframe::Dialog_Keyframe(Gtk::Window& parent,handle canvas_interface): +Dialog_Keyframe::Dialog_Keyframe(Gtk::Window& parent, etl::handle canvas_interface): Gtk::Dialog(_("Keyframe Dialog"),parent,false,true), canvas_interface(canvas_interface) { @@ -84,7 +86,7 @@ Dialog_Keyframe::Dialog_Keyframe(Gtk::Window& parent,handlepack_start(*table); - entry_description.set_text("Not yet implemented"); + entry_description.set_text(_("Not yet implemented")); //table->attach(*manage(new Gtk::Label(_("Description"))), 0, 1, 0, 1, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0); //table->attach(entry_description, 1, 2, 0, 1, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);