X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdialog_setup.h;h=bf9d62890b51f2d9c21a5eeb28286d862b452aa2;hb=e8a065f2385c219c511b57dac52786120bfa097d;hp=672b6c460ab37d39dcd594d0363ab8fb418b6b6b;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dialog_setup.h b/synfig-studio/trunk/src/gtkmm/dialog_setup.h index 672b6c4..bf9d628 100644 --- a/synfig-studio/trunk/src/gtkmm/dialog_setup.h +++ b/synfig-studio/trunk/src/gtkmm/dialog_setup.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file dialog_setup.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_STUDIO_DIALOG_SETUP_H -#define __SINFG_STUDIO_DIALOG_SETUP_H +#ifndef __SYNFIG_STUDIO_DIALOG_SETUP_H +#define __SYNFIG_STUDIO_DIALOG_SETUP_H /* === H E A D E R S ======================================================= */ @@ -35,8 +35,8 @@ #include #include -#include -#include +#include +#include #include /* === M A C R O S ========================================================= */ @@ -162,15 +162,15 @@ class Dialog_Setup : public Gtk::Dialog Gtk::CheckButton toggle_use_colorspace_gamma; - sinfg::Time::Format time_format; + synfig::Time::Format time_format; Gtk::Menu *timestamp_menu; Widget_Enum *widget_enum; public: - void set_time_format(sinfg::Time::Format time_format); + void set_time_format(synfig::Time::Format time_format); - const sinfg::Time::Format& get_time_format()const { return time_format; } + const synfig::Time::Format& get_time_format()const { return time_format; } Dialog_Setup(); ~Dialog_Setup();