diff --git a/rdoc-sources/FXBMPIcon.rb b/rdoc-sources/FXBMPIcon.rb
index 4ae22b9fff71bfb7b9ba29adbf09c6cd6124f777..0b4824e33953bb63d26d36f3bc7bc005281b27f2 100755
--- a/rdoc-sources/FXBMPIcon.rb
+++ b/rdoc-sources/FXBMPIcon.rb
@@ -30,7 +30,7 @@ module Fox
     # +width+:: width [Integer]
     # +height+:: height [Integer]
     #
-    def initialize(a, pix=nil, clr=FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon
+    def initialize(a, pix=nil, clr=Fox.FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon
     end
   end