зеркало из https://github.com/mozilla/gecko-dev.git
changed the items are add into the combo box
This commit is contained in:
Родитель
13b67bfe25
Коммит
23421bd9d8
|
@ -1206,7 +1206,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmd
|
|||
for (i=0;i<NUM_COMBOBOX_ITEMS;i++) {
|
||||
sprintf(str, "%s %d", "List Item", i);
|
||||
nsString listStr1(str);
|
||||
comboBox->AddItemAt(listStr1, 1);
|
||||
comboBox->AddItemAt(listStr1, i);
|
||||
}
|
||||
listSelfTest(gFD, "ComboBox", comboBox);
|
||||
NS_RELEASE(comboBox);
|
||||
|
|
Загрузка…
Ссылка в новой задаче