Ignore:
Timestamp:
Apr 1, 2010, 4:38:54 PM (14 years ago)
Author:
ronosman
Message:

Feature 1562 : remove STAY_ON_TOP attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxDestinationCategoryDlg.pm

    r5390 r5538  
    2525             wxDIALOG_NO_PARENT
    2626             wxDEFAULT_DIALOG_STYLE
    27 
    2827             wxMAXIMIZE_BOX
    2928             wxMINIMIZE_BOX
    30  
    31              wxSTAY_ON_TOP
    3229             wxID_CANCEL
    3330             wxID_OK
     
    6158             wxDEFAULT_DIALOG_STYLE|
    6259             wxMAXIMIZE_BOX|
    63              wxMINIMIZE_BOX|
    64              wxSTAY_ON_TOP
    65 
     60             wxMINIMIZE_BOX
    6661    );
    6762    # load controls
Note: See TracChangeset for help on using the changeset viewer.