Improved the formatting of ValueNode descriptions for use in the History dialog.
[synfig.git] / synfig-core / trunk / src / synfig / main.cpp
index 4de4e72..fa2018e 100644 (file)
@@ -213,7 +213,9 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb):
 
        // Add initialization after this point
 
+#ifdef ENABLE_NLS
        bindtextdomain("synfig", LOCALEDIR);
+#endif
 
        String prefix=basepath+"/..";
        unsigned int i;