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/options/opt_application.cpp

    r2 r19  
    7979        d->gb_docklet->hide();
    8080#endif
     81
     82
     83
     84
     85
     86
     87
    8188#ifndef Q_WS_X11
    8289        d->ck_dockUseWM->hide();
     
    8693}
    8794
     95
    8896static int om_x11browse[] = { 0, 2, 1 };
     97
    8998
    9099void OptionsTabApplication::applyOptions(Options *opt)
     
    143152        selectBrowser( opt->browser );
    144153#endif
     154
     155
     156
     157
     158
     159
    145160#ifdef Q_WS_X11
    146161        d->cb_link->insertItem(tr("KDE Default Browser/Mail"));
     
    179194
    180195#ifdef Q_WS_WIN
     196
     197
     198
     199
    181200        if(x == 0)
    182201                enableCustom = FALSE;
Note: See TracChangeset for help on using the changeset viewer.