summaryrefslogtreecommitdiff
path: root/src/test/dialog.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-03-25 02:25:10 +0000
committerIan C <ianc@noddybox.co.uk>2005-03-25 02:25:10 +0000
commitbf252f63d520be07a938076518aa17c25b11f8be (patch)
tree0118bd10342317d265d72ba94ce13723fa7fd70a /src/test/dialog.h
parent72f0c86eb3ecdda4cab53213302fad645bc571f0 (diff)
Implemented OpenFile and SaveFile. Removed SelectDirectory as it depends on IE controls and COM
Diffstat (limited to 'src/test/dialog.h')
-rw-r--r--src/test/dialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/dialog.h b/src/test/dialog.h
index d1dee42..ac47a4e 100644
--- a/src/test/dialog.h
+++ b/src/test/dialog.h
@@ -4,3 +4,9 @@
#define IDBUTTON 4
#define IDQUIT 5
#define IDCHECK 6
+#define IDLOADTXT 7
+#define IDLOADBUT 8
+#define IDSAVETXT 9
+#define IDSAVEBUT 10
+#define IDDIRTXT 11
+#define IDDIRBUT 12