Changeset 328
- Timestamp:
- 04/29/07 13:55:25 (2 years ago)
- Files:
-
- trunk/swt-3.2.1-examples/wizard.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swt-3.2.1-examples/wizard.d
r327 r328 187 187 188 188 private void gotoNext() { 189 if(index == PAGES.length-1 && " finish" == next.dh_getText()) {189 if(index == PAGES.length-1 && "Finish" == next.dh_getText()) { 190 190 Stdout.formatln("finished!"); 191 191 shell.close();
