uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestUpdatingEnumsFromMacros.rss
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestUpdatingEnumsFromMacros.rss Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,28 @@
+#include <arraydialog.rh>
+#include <enumsheader.rh>
+#include "TestUpdatingEnumsFromMacros.hrh"
+
+RESOURCE DIALOG r_test_dialog_sub
+ {
+ lines =
+ {
+ DIALOG_LINE
+ {
+ id = EMyContainerTestDialogCheckboxSub;
+ type = EEikCtCheckbox;
+ field = CHECKBOX
+ {
+ defaultChecked = 1;
+ };
+ },
+ DIALOG_LINE
+ {
+ id = EMyContainerTestDialogLabelSub;
+ type = EEikCtLabel;
+ field = LABEL
+ {
+ text = "literal string";
+ };
+ }
+ };
+ }