add items to combobox ( m_fractalsList ) and remove old items
Definition at line 75 of file aiconfigfractals.cpp.
00076 { 00077 m_fractalsList->clear(); 00078 m_fractalsList->addItems( items ); 00079 }