uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestArrayDialog.rss
Fix bug 11592 - mixing executables from variant and non-variant builds in the same SDK is OK
#include <arraydialog.rh>
RESOURCE DIALOG r_test_dialog
{
lines =
{
CHECKBOX
{
defaultChecked = 1;
},
LABEL
{
text = "literal string";
}
};
}