uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayDialogRef.rss
author Chad Peckham <chad.peckham@nokia.com>
Fri, 09 Jul 2010 16:58:09 -0500
changeset 1603 40a2929cde0d
parent 0 fb279309251b
permissions -rw-r--r--
Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK

#include <arraydialog.rh>
#include <refheader.rh>

RESOURCE DIALOG r_test_dialog
	{
	lines =
		{
		CHECKBOX
			{
			defaultChecked = 1;
			},
		LABEL
			{
			text = "literal string";
			}
		};
	}
RESOURCE OWNER r_test_dialog_ref
	{
	theLink = r_test_dialog_checkbox;
	}
RESOURCE CHECKBOX r_test_dialog_checkbox
	{
	defaultChecked = 1;
	}