Revision: 520 http://trac.macosforge.org/projects/ruby/changeset/520 Author: rich@infoether.com Date: 2008-08-29 13:30:29 -0700 (Fri, 29 Aug 2008) Log Message: ----------- add info default as nil Modified Paths: -------------- MacRuby/trunk/lib/hotcocoa/mappings/alert.rb Modified: MacRuby/trunk/lib/hotcocoa/mappings/alert.rb =================================================================== --- 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]
participants (1)
-
source_changes@macosforge.org