- Fixed apply button in options (broken a few commit ago)

This commit is contained in:
Christophe Dumez 2007-03-10 18:23:46 +00:00
parent fb54c035a7
commit 774fab54a3
2 changed files with 1 additions and 2 deletions

View file

@ -535,7 +535,7 @@ bool options_imp::getClearFinishedOnExit() const{
void options_imp::on_applyButton_clicked(){
saveOptions();
emit optionsApplied(tr("Options were saved successfully."), false);
emit status_changed(tr("Options were saved successfully."), false);
}
void options_imp::on_cancelButton_clicked(){