r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / language.h
blob50c2c2a36a9522d8e2e86ea8d7ded185cb42ecd5
1 #ifndef LANGUAGE_H
2 #define LANGUAGE_H
6 #include <libintl.h>
9 #define _(String) gettext(String)
10 #define gettext_noop(String) String
11 #define N_(String) gettext_noop (String)
15 #endif