From: Nikita Kitaev Date: Sun, 11 Apr 2010 01:23:00 +0000 (-0700) Subject: Cleanup X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=a31f8b6d18d1351aa42b10ee63af511be0a188dd Cleanup --- diff --git a/synfig-studio/src/gtkmm/app.cpp b/synfig-studio/src/gtkmm/app.cpp index 232a323..874ee35 100644 --- a/synfig-studio/src/gtkmm/app.cpp +++ b/synfig-studio/src/gtkmm/app.cpp @@ -845,7 +845,8 @@ init_ui_manager() DEFINE_ACTION("amount-dec", _("Decrease Amount")); #undef DEFINE_ACTION - +#undef DEFINE_ACTION_2 +#undef DEFINE_ACTION_SIG // Set up synfigapp actions /*{ @@ -1135,6 +1136,7 @@ init_ui_manager() ACCEL("End", "/canvasview/seek-end" ); #undef ACCEL +#undef ACCEL2 } #ifdef _WIN32 diff --git a/synfig-studio/src/gtkmm/app.h b/synfig-studio/src/gtkmm/app.h index 89cd528..f9960d3 100644 --- a/synfig-studio/src/gtkmm/app.h +++ b/synfig-studio/src/gtkmm/app.h @@ -135,7 +135,7 @@ private: //static etl::handle ui_interface_; //static int max_recent_files; -/* +/* //declated as globals in app.cpp static Dock_Keyframes *dock_keyframes; static Dock_Layers *dock_layers; static Dock_Params *dock_params; @@ -209,7 +209,7 @@ public: /* -- ** -- S I G N A L S ------------------------------------------------------- */ -/* +/* //declated as globals in app.cpp static sigc::signal< void, etl::loose_handle diff --git a/synfig-studio/src/gtkmm/onemoment.cpp b/synfig-studio/src/gtkmm/onemoment.cpp index f0dd3c7..75efc2b 100644 --- a/synfig-studio/src/gtkmm/onemoment.cpp +++ b/synfig-studio/src/gtkmm/onemoment.cpp @@ -87,7 +87,7 @@ using namespace studio; OneMoment::OneMoment(): Gtk::Window(getenv("SYNFIG_DISABLE_POPUP_WINDOWS") ? Gtk::WINDOW_TOPLEVEL : Gtk::WINDOW_POPUP) { - // Create the Copyright Label + // Create the Label Gtk::Label *label = manage(new class Gtk::Label(_("One Moment, Please..."))); set_title(_("One Moment, Please..."));