Home | History | Annotate | Download | only in plat-mac

Lines Matching full:oldstr

539                 oldstr = GetDialogItemText(h)
540 if oldstr and oldstr[-1] != ' ':
541 oldstr = oldstr + ' '
542 oldstr = oldstr + stringtoadd
543 if oldstr[-1] != ' ':
544 oldstr = oldstr + ' '
545 SetDialogItemText(h, oldstr)
548 oldstr = GetDialogItemText(h)
549 tmplist = string.split(oldstr)