comparison dwtx/ui/internal/forms/widgets/FormsResources.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 26c6c9dfd13c
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
46 return textCursor; 46 return textCursor;
47 } 47 }
48 48
49 public static int getProgressDelay(int index) { 49 public static int getProgressDelay(int index) {
50 /* 50 /*
51 if (progressDelaysisnull) 51 if (progressDelays is null)
52 return 0; 52 return 0;
53 return progressDelays[index]; 53 return progressDelays[index];
54 */ 54 */
55 return 100; 55 return 100;
56 } 56 }