Show
Ignore:
Timestamp:
09/05/06 01:31:01 (2 years ago)
Author:
dmik
Message:

UI: Misc changes:
- Added OS/2-related definitions.
- On all platforms but Mac, the main (roster) window will be minimized (instead of closing) when Esc is pressed, but the doclet window is disabled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/psi_profiles.cpp

    r2 r19  
    310310void UserProfile::reset() 
    311311{ 
    312         bool nix, win, mac; 
    313         nix = win = mac = FALSE; 
     312        bool nix, win, mac, os2; 
     313        nix = win = mac = os2 = FALSE; 
    314314 
    315315#ifdef Q_WS_X11 
     
    321321#ifdef Q_WS_MAC 
    322322        mac = TRUE; 
     323#endif 
     324#ifdef Q_WS_PM 
     325        os2 = TRUE; 
    323326#endif 
    324327