Initial attempt at i18n support using gettext
[synfig.git] / synfig-studio / trunk / src / gtkmm / iconcontroller.cpp
index 38e6b2a..95b4596 100644 (file)
@@ -36,6 +36,8 @@
 #include <gtkmm/window.h>
 #include <synfigapp/action.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -47,12 +49,6 @@ using namespace synfig;
 
 /* === M A C R O S ========================================================= */
 
-// Quick hack to keep stuff working until gettext support is added
-#ifndef _
-#define _(x)   (x)
-#define N_(x)  (x)
-#endif
-
 #ifdef WIN32
 #      ifdef IMAGE_DIR
 #              undef IMAGE_DIR