1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fixed commit hash translation issue

The commit hash is now correctly displayed after switching languages
This commit is contained in:
David Zero 2015-06-22 01:03:38 -07:00
parent 369cbc3258
commit ed1010ab0a

View File

@ -43,4 +43,5 @@ AboutForm::~AboutForm()
void AboutForm::retranslateUi()
{
bodyUI->retranslateUi(this);
bodyUI->label_4->setText(bodyUI->label_4->text().replace("GIT_VERSION", QString(GIT_VERSION)));
}