From 3a1bf865b6c1b6b7c096eaf6dab91a465319488a Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 4 Apr 2005 00:52:23 +0000 Subject: Added DataX --- src/test/dialog.rc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/test/dialog.rc') diff --git a/src/test/dialog.rc b/src/test/dialog.rc index ed3508e..0f36ecc 100644 --- a/src/test/dialog.rc +++ b/src/test/dialog.rc @@ -40,3 +40,12 @@ IDMENU MENU } } } + +IDPOPUP MENU +{ + POPUP "File" + { + MENUITEM "Opt 1", IDPOPUP1 + MENUITEM "Opt 2", IDPOPUP2 + } +} -- cgit v1.2.3