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:
parent
369cbc3258
commit
ed1010ab0a
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user