Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / GetWindowName.applescript
blobf86cbfa87ecaafcd141a9311d6683f861b935fcb
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 if (get name of window "Contacts") is not "Contacts" then
6 --this is actually indicative of complicated AS problem
7 --It will most likely involve changing the sdef so that
8 --the windows's pnam is set correctly
9 error
10 end
11 end tell
12 end run