Changeset 66

Show
Ignore:
Timestamp:
05/19/07 09:37:21 (2 years ago)
Author:
lindquist
Message:

more notepad sample cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/bughunt/samples/notepad.d

    r65 r66  
    1010import std.stdio; 
    1111import std.file; 
    12 version(LOG) import minwin.logging; 
    1312 
    1413extern(C) 
     
    2827    menu.add("Quit", File.Quit); 
    2928 
    30     auto tab = new TableLayout([1.0],[1.0]); 
     29    auto tab = new TableLayout(1,1); 
    3130    win.layoutMgr = tab; 
    3231    auto text = new MultiLineText(win);