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

    r2 r19  
    317317        selectBrowser( opt->browser ); 
    318318#endif 
     319#ifdef Q_WS_PM 
     320        d->cb_link->insertItem(tr("PM Default Browser/Mail")); 
     321        d->cb_link->insertItem(tr("Custom")); 
     322        d->cb_link->setCurrentItem( opt->browser ); 
     323        selectBrowser( opt->browser ); 
     324#endif 
    319325#ifdef Q_WS_X11 
    320326        d->cb_link->insertItem(tr("KDE Default Browser/Mail")); 
     
    342348 
    343349#ifdef Q_WS_WIN 
     350        if(x == 0) 
     351                enableCustom = FALSE; 
     352#endif 
     353#ifdef Q_WS_PM 
    344354        if(x == 0) 
    345355                enableCustom = FALSE;