Modified: MacRuby/trunk/lib/hotcocoa/mappings/alert.rb (519 => 520)
--- MacRuby/trunk/lib/hotcocoa/mappings/alert.rb 2008-08-29 20:25:24 UTC (rev 519)
+++ MacRuby/trunk/lib/hotcocoa/mappings/alert.rb 2008-08-29 20:30:29 UTC (rev 520)
@@ -1,6 +1,6 @@
HotCocoa::Mappings.map :alert => :NSAlert do
- defaults :default => "OK", :alternate => nil, :other => nil, :info => nil, :show => true
+ defaults :default => "OK", :alternate => nil, :other => nil, :info => "", :show => true
def alloc_with_options(options)
if options[:message]