uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayDialogAttrs.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 <basicheader.rh>

RESOURCE DIALOG r_test_dialog_attrs
	{
	lines =
		{
		DIALOG_LINE
			{
			field = CHECKBOX
				{
				defaultChecked = 1;
				};
			},
		DIALOG_LINE
			{
			field = LABEL
				{
				text = "literal string";
				};
			}
		};
	}
RESOURCE ONE_STRING r_test_dialog_non_line_child
	{
	text = "do not inline me";
	}