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

DL_UpdateBkgndPartWindow

Revision
Revised on

Description


Code

on DL_UpdateBkgndPartWindow
  global DL_BkgndPartWindow,DL_BkgndPartList,DL_BkgndPartCount
  
  if there is a window DL_BkgndPartWindow then
    DL_UpdateBkgndPartList
    if the text of window DL_BkgndPartWindow ­ DL_BkgndPartList then
      set the text of window DL_BkgndPartWindow to DL_BkgndPartList
    end if
  end if
  
end DL_UpdateBkgndPartWindow