DEFINE_ACTION("amount-dec", _("Decrease Amount"));
#undef DEFINE_ACTION
-
+#undef DEFINE_ACTION_2
+#undef DEFINE_ACTION_SIG
// Set up synfigapp actions
/*{
ACCEL("End", "<Actions>/canvasview/seek-end" );
#undef ACCEL
+#undef ACCEL2
}
#ifdef _WIN32
//static etl::handle<synfigapp::UIInterface> 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;
/*
-- ** -- S I G N A L S -------------------------------------------------------
*/
-/*
+/* //declated as globals in app.cpp
static sigc::signal<
void,
etl::loose_handle<CanvasView>
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..."));