Revision
466
Author
lsansonetti@apple.com
Date
2008-08-21 21:31:42 -0700 (Thu, 21 Aug 2008)

Log Message

do not include HotCocoa

Modified Paths

Diff

Modified: MacRuby/trunk/lib/hotcocoa/mappings/button.rb (465 => 466)


--- MacRuby/trunk/lib/hotcocoa/mappings/button.rb	2008-08-22 01:48:09 UTC (rev 465)
+++ MacRuby/trunk/lib/hotcocoa/mappings/button.rb	2008-08-22 04:31:42 UTC (rev 466)
@@ -1,6 +1,4 @@
-include HotCocoa
-
-Mappings.map :button => :NSButton do
+HotCocoa::Mappings.map :button => :NSButton do
   
   defaults :bezel => :rounded, 
            :frame => DefaultEmptyRect,