Browse Source

Fix typo

pull/642/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
85aca2ca40
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 4
      src/widget/form/settings/generalform.cpp

4
src/widget/form/settings/generalform.cpp

@ -170,9 +170,9 @@ void GeneralForm::onEmoticonSizeChanged() @@ -170,9 +170,9 @@ void GeneralForm::onEmoticonSizeChanged()
Settings::getInstance().setEmojiFontPointSize(bodyUI->emoticonSize->value());
}
void GeneralForm::onTimestampSelected(int)
void GeneralForm::onTimestampSelected(int index)
{
Settings::getInstance().setTimestampFormat(timeFormats[index]);
Settings::getInstance().setTimestampFormat(timeFormats.at(index));
}
void GeneralForm::onAutoAwayChanged()

Loading…
Cancel
Save