Ignore:
Timestamp:
Sep 5, 2006, 1:31:01 AM (19 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.
File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.