addEventHandler ( "onClientGUIComboBoxAccepted", guiRoot
function ( )
if ( source == combox ) then
local text = tostring ( guiComboBoxGetItemText ( source, guiComboBoxGetSelected ( source ) ) )
if text == "" then return end
if text == "عربي" then
local row = guiGridListAddRow ( grid )
guiGridListSetItemText ( grid, row, 1, "Adhan", false, false )
else
guiGridListSetItemText ( grid, row, 1, "ادهم", false, false )
end
end
end
,false)
م ظبت