#include "clip.h"#include "renderprofiles.h"#include "mwindow.h"#include "theme.h"#include "bchash.h"#include "string.h"#include "render.h"#include "asset.h"#include "errorbox.h"#include "mwindowgui.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 | LISTWIDTH 200 |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 13 of file renderprofiles.C.
| #define gettext_noop | ( | String | ) | String |
Definition at line 14 of file renderprofiles.C.
| #define LISTWIDTH 200 |
Definition at line 17 of file renderprofiles.C.
Referenced by RenderProfile::create_objects(), and RenderProfile::reposition_window().
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 15 of file renderprofiles.C.
1.5.5