Changeset 458

Show
Ignore:
Timestamp:
03/06/08 15:41:00 (9 months ago)
Author:
Mike Wey
Message:

typo in TestWindow?.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demos/gtkD/TestWindow.d

    r456 r458  
    10611061 
    10621062        SpinButton spin = new SpinButton(new Adjustment(1.0, 0.0, 100.0, 1.0, 10.0, 10.0),1,0); 
    1063         table.attach(new Label("Sping this:"),0,1,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4); 
     1063        table.attach(new Label("Spin this:"),0,1,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4); 
    10641064        table.attach(spin,1,2,0,1,AttachOptions.FILL,AttachOptions.FILL,4,4); 
    10651065