lib/flashplayer/clix_wrapper.rb in flashplayer-10.1.3.pre vs lib/flashplayer/clix_wrapper.rb in flashplayer-10.1.6.pre
- old
+ new
@@ -15,8 +15,8 @@
# Give the player focus:
Appscript.app(player).activate
# Open the SWF:
Appscript.app(player).open(MacTypes::Alias.path(swf))
rescue LoadError => e
- raise "\n\n[ERROR] You must install the rb-appscript gem to use the desktop debug Flash Player, you do this by running:\n\nsudo gem install rb-appscript"
+ raise "\n\n[ERROR] You must install the rb-appscript gem to use the desktop debug Flash Player, you do this by running:\n\ngem install rb-appscript"
end