forked from len0rd/rockbox
Update cache information after translation change.
Since a translation change can affect the locale the locale-dependent strings need to be refreshed explicitly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2e3de70401
commit
9e016c4791
1 changed files with 1 additions and 0 deletions
|
|
@ -903,6 +903,7 @@ void Config::changeEvent(QEvent *e)
|
||||||
{
|
{
|
||||||
if(e->type() == QEvent::LanguageChange) {
|
if(e->type() == QEvent::LanguageChange) {
|
||||||
ui.retranslateUi(this);
|
ui.retranslateUi(this);
|
||||||
|
updateCacheInfo(ui.cachePath->text());
|
||||||
} else {
|
} else {
|
||||||
QWidget::changeEvent(e);
|
QWidget::changeEvent(e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue