[macruby-changes] [598] MacRuby/trunk/lib/hotcocoa/mappings/window.rb

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 13 12:29:39 PDT 2008


Revision: 598
          http://trac.macosforge.org/projects/ruby/changeset/598
Author:   rich at infoether.com
Date:     2008-09-13 12:29:38 -0700 (Sat, 13 Sep 2008)
Log Message:
-----------
fix spelling

Modified Paths:
--------------
    MacRuby/trunk/lib/hotcocoa/mappings/window.rb

Modified: MacRuby/trunk/lib/hotcocoa/mappings/window.rb
===================================================================
--- MacRuby/trunk/lib/hotcocoa/mappings/window.rb	2008-09-09 21:10:10 UTC (rev 597)
+++ MacRuby/trunk/lib/hotcocoa/mappings/window.rb	2008-09-13 19:29:38 UTC (rev 598)
@@ -1,6 +1,6 @@
 HotCocoa::Mappings.map :window => :NSWindow do
     
-  defaults  :style => [:titled, :closable, :miniturizable, :resizable],
+  defaults  :style => [:titled, :closable, :miniaturizable, :resizable],
             :backing => :buffered, 
             :defer => true,
             :show => true,
@@ -13,7 +13,7 @@
     :borderless         => NSBorderlessWindowMask, 
     :titled             => NSTitledWindowMask, 
     :closable           => NSClosableWindowMask, 
-    :miniturizable      => NSMiniaturizableWindowMask, 
+    :miniaturizable     => NSMiniaturizableWindowMask, 
     :resizable          => NSResizableWindowMask,
     :textured           => NSTexturedBackgroundWindowMask
   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080913/55a25490/attachment.html 


More information about the macruby-changes mailing list