Changeset 543

Show
Ignore:
Timestamp:
03/31/06 22:52:25 (3 years ago)
Author:
hipplej
Message:

Last time this line gets changed. Scout's honor.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/config/appearancepage.cpp

    r542 r543  
    7777  ui.cmboLanguage->setCurrentIndex(index); 
    7878   
    79   QString style = _settings->getInterfaceStyle();  
     79  QString style = Vidalia::style();  
    8080  index = ui.cmboStyle->findText(style, Qt::MatchExactly); 
    8181  ui.cmboStyle->setCurrentIndex(index);