diff dwt/dwthelper/utils.d @ 128:07399639c0c8

Added DWT extension to dwt.widgets.MessageBox
author Jacob Carlborg <doob@me.com>
date Sat, 17 Jan 2009 16:26:49 +0100
parents 38807a925e24
children ad4e1fe71a5a
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Fri Jan 16 23:36:08 2009 +0100
+++ b/dwt/dwthelper/utils.d	Sat Jan 17 16:26:49 2009 +0100
@@ -577,9 +577,9 @@
     int res = tango.text.Util.locate( str, searched, startpos );
     if( res is str.length ) res = -1;
     return res;
-}*/
+}
 
-/*public int indexOf(String str, String ch){
+public int indexOf(String str, String ch){
     return indexOf( str, ch, 0 );
 }