Ignore:
Timestamp:
01/06/08 12:42:37 (4 years ago)
Author:
roeland
Message:

Pref is updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/preferences_dialog.cpp

    r29 r30  
    1616    portSpinBox->setValue(settings.value("connection/port").toInt()); 
    1717    passwordLineEdit->setText(settings.value("connection/password", "").toString()); 
     18    systemTrayCheckBox->setChecked(settings.value("systemtray").toBool()); 
    1819} 
    1920 
Note: See TracChangeset for help on using the changeset viewer.