--- 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,