#include "assets.h"#include "awindowgui.h"#include "edl.h"#include "mwindow.h"#include "newfolder.h"#include <string.h>#include <libintl.h>

Go to the source code of this file.
Defines | |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 10 of file newfolder.C.
| #define gettext_noop | ( | String | ) | String |
Definition at line 11 of file newfolder.C.
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 12 of file newfolder.C.
1.5.5