Changeset 328

Show
Ignore:
Timestamp:
04/29/07 13:55:25 (2 years ago)
Author:
keinfarbton
Message:

fix: wizard button 'finish' does not work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swt-3.2.1-examples/wizard.d

    r327 r328  
    187187 
    188188    private void gotoNext() { 
    189         if(index == PAGES.length-1 && "finish" == next.dh_getText()) { 
     189        if(index == PAGES.length-1 && "Finish" == next.dh_getText()) { 
    190190            Stdout.formatln("finished!"); 
    191191            shell.close();