Extras/GrowlAction/main.applescript
changeset 4191 54eff2ab48e0
parent 2198 00bb370b332f
child 4202 6abf08ebf5e8
     1.1 --- a/Extras/GrowlAction/main.applescript	Tue May 24 06:47:59 2005 +0000
     1.2 +++ b/Extras/GrowlAction/main.applescript	Wed Apr 15 08:28:07 2009 -0700
     1.3 @@ -13,7 +13,3 @@
     1.4  	end tell
     1.5  	return input_items
     1.6  end run
     1.7 -
     1.8 -on localized_string(key_string)
     1.9 -	return localized string key_string in bundle with identifier "com.growl.GrowlAction"
    1.10 -end localized_string