Fix most of the warnings from doxygen for synfig-studio sources.
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_setup.cpp
index 88ca532..0382ce7 100644 (file)
@@ -41,6 +41,8 @@
 
 #include <ETL/stringf>
 #include <ETL/misc>
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -264,7 +266,7 @@ void
 Dialog_Setup::refresh()
 {
        // Refresh the temporary gamma; do this before adjusting the sliders,
-       // or variables will be used before their initialisation.
+       // or variables will be used before their initialization.
        gamma_pattern.set_gamma_r(App::gamma.get_gamma_r());
        gamma_pattern.set_gamma_g(App::gamma.get_gamma_g());
        gamma_pattern.set_gamma_b(App::gamma.get_gamma_b());
@@ -499,7 +501,7 @@ BlackLevelSelector::on_event(GdkEvent *event)
 
 
 void
-Dialog_Setup::set_time_format(Time::Format x)
+Dialog_Setup::set_time_format(synfig::Time::Format x)
 {
        time_format=x;
        if(x<=Time::FORMAT_VIDEO)