Displaying 1 result from an estimated 1 matches for "on_help_about".
2006 Nov 12
0
[729] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix some little bugs with the About dialog
...><span class="cx"> clearID = @demoID += 1
</span><span class="lines">@@ -489,7 +489,7 @@
</span><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> def on_help_about(event)
</span><del>- load "About.rbw"
</del><ins>+ load File.join(File.dirname(__FILE__), "About.rbw")
</ins><span class="cx"> about = About::MyAboutBox.new(self)
</span><span class="cx">...