rework intl strategy, titler upgrades, fonts fixes, igor ru.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / renderprofiles.C
index f689c4431e190294c3368bed769c0e0e2e234025..3f2cb74b614912c794863b337585d76debf8e971 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "clip.h"
+#include "language.h"
 #include "renderprofiles.h"
 #include "mwindow.h"
 #include "theme.h"
 #include "errorbox.h"
 #include "mwindowgui.h"
 
-#include <libintl.h>
-#define _(String) gettext(String)
-#define gettext_noop(String) String
-#define N_(String) gettext_noop (String)
-
 #define LISTWIDTH 200
 
 RenderProfileItem::RenderProfileItem(const char *text, int value)