Changeset 716

Show
Ignore:
Timestamp:
07/27/07 03:01:21 (1 year ago)
Author:
Gregor
Message:

dsssps/dps.d: The components subwindow is no longer closeable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other/dps/trunk/dsssps/dps.d

    r712 r716  
    180180        pi.BestSize(240, 480); 
    181181        pi.Caption("Components"); 
     182        pi.CloseButton(false); 
    182183        pi.Position(Direction.wxLEFT); 
    183184        aui.AddPane(components, pi);