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