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_sound.cpp

    r2 r19  
    102102        d->lb_player->hide(); 
    103103        d->le_player->hide(); 
     104#elif defined(Q_WS_PM) 
     105        d->lb_player->hide(); 
     106        d->le_player->hide(); 
    104107#elif defined(Q_WS_MAC) 
    105108        d->lb_player->hide(); 
     
    133136#if defined(Q_WS_WIN) 
    134137        d->le_player->setText(tr("Windows Sound")); 
     138#elif defined(Q_WS_PM) 
     139        d->le_player->setText(tr("OS/2 MMPM Sound")); 
    135140#elif defined(Q_WS_MAC) 
    136141        d->le_player->setText(tr("Mac OS Sound"));