Fix most of the warnings from doxygen for synfig-studio sources.
[synfig.git] / synfig-studio / trunk / src / synfigapp / main.cpp
index ef9df72..b7fb9b9 100644 (file)
@@ -39,6 +39,8 @@
 
 #include <list>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -84,7 +86,7 @@ static synfig::Waypoint::Interpolation interpolation_;
 
 /* === M E T H O D S ======================================================= */
 
-synfigapp::Main::Main(const synfig::String &basepath,ProgressCallback *cb):
+synfigapp::Main::Main(const synfig::String &basepath, synfig::ProgressCallback *cb):
        synfig::Main(basepath,cb),
        ref_count_(synfigapp_ref_count_)
 {
@@ -95,6 +97,9 @@ synfigapp::Main::Main(const synfig::String &basepath,ProgressCallback *cb):
        ref_count_=synfigapp_ref_count_;
 
        // Add initialization after this point
+
+       bindtextdomain("synfigstudio", LOCALEDIR);
+
        action_main=new synfigapp::Action::Main();
 
        settings_.construct();