diff options
Diffstat (limited to 'src/test/dialog.h')
-rw-r--r-- | src/test/dialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/dialog.h b/src/test/dialog.h index 5b08673..7123816 100644 --- a/src/test/dialog.h +++ b/src/test/dialog.h @@ -11,3 +11,11 @@ #define IDDIRTXT 11 #define IDDIRBUT 12 #define IDCOMBO 13 +#define IDMENU 14 +#define IDMENUFILE 15 +#define IDMENULOAD 16 +#define IDMENUSAVE 17 +#define IDMENUQUIT 18 +#define IDMENUTEST 19 +#define IDMENUTESTITEM1 20 +#define IDMENUTESTITEM2 21 |