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