Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / GetAdiumsName.applescript
blobb88923088b526327f0d32b13d4a39c389b6b8187
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 if (get name) is not "Adium" then error
6 end tell
7 end run