Fixing Windows and Linux orange from bug 469818

This commit is contained in:
Marco Zehe 2009-01-06 16:33:45 +01:00
Родитель 3188b4dafd
Коммит 719fc87e94
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -26,7 +26,7 @@
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// normal textbox without content and with no proper label // normal textbox without content and with no proper label
testThis("unlabelled_Textbox", // ID testThis("unlabelled_Textbox", // ID
"", // name null, // name
"", // value "", // value
"", // description "", // description
ROLE_ENTRY, // role ROLE_ENTRY, // role
@ -82,7 +82,7 @@
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
// textarea without content and label // textarea without content and label
testThis("unlabelled_Textarea", // ID testThis("unlabelled_Textarea", // ID
"", // name null, // name
"", // value "", // value
"", // description "", // description
ROLE_ENTRY, // role ROLE_ENTRY, // role