Index: valknut/dcoptions.cpp =================================================================== --- valknut/dcoptions.cpp (revision 1151) +++ valknut/dcoptions.cpp (working copy) @@ -1376,7 +1376,11 @@ // if theme not in list, pick the current theme if ( ComboBox_THEME->currentText() != QString(g_pConfig->GetTheme().Data()) ) { +#if defined(Q_OS_MACX) + i = ComboBox_THEME->findText( "mac", Qt::MatchStartsWith ); +#else i = ComboBox_THEME->findText( qApp->style()->name() ); +#endif if ( i != -1 ) {