mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 07:32:35 -05:00
Rockbox Utility: refresh some more dynamic strings after translation change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b76f197ff6
commit
d1e5c74ca8
3 changed files with 6 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ void CreateVoiceWindow::changeEvent(QEvent *e)
|
|||
{
|
||||
if(e->type() == QEvent::LanguageChange) {
|
||||
ui.retranslateUi(this);
|
||||
updateSettings();
|
||||
} else {
|
||||
QWidget::changeEvent(e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue