news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_UpdatePartWindow

Revision
Revised on

Description


Code

on DL_UpdatePartWindow
  global DL_PartWindow,DL_PartList,DL_PartCount
  
  if there is a window DL_PartWindow then
    DL_UpdatePartList
    if the text of window DL_PartWindow ­ DL_PartList then
      set the text of window DL_PartWindow to DL_PartList
    end if
  end if
  
end DL_UpdatePartWindow