Displaying 1 result from an estimated 1 matches for "m_dlgfind".
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...</span><span class="cx">     super(parent, -1, title, pos, size)
</span><span class="cx"> 
</span><del>-    @m_dialog = nil
</del><ins>+    @dialog = nil
</ins><span class="cx"> 
</span><del>-    @m_dlgFind = nil
-    @m_dlgReplace = nil
</del><ins>+    @dlg_find = nil
+    @dlg_replace = nil
</ins><span class="cx"> 
</span><del>-    @m_findData = FindReplaceData.new
</del><ins>+    @find_data = FindReplaceData.new
</ins><span class=&q...