add refresh rate to vicons + a bunch of bug fixes
[goodguy/history.git] / cinelerra-5.0 / plugins / polar / polarwindow.C
index 0d19b93addf3e446ca68c1e33ea5333ba5677385..a423b0663a9fcb39e3fd1c89a34d60e5c882b52b 100644 (file)
  * 
  */
 
+#include "language.h"
 #include "polarwindow.h"
 
-#include <libintl.h>
-#define _(String) gettext(String)
-#define gettext_noop(String) String
-#define N_(String) gettext_noop (String)
-
 
 PLUGIN_THREAD_OBJECT(PolarMain, PolarThread, PolarWindow)