mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
display paths using the native delimiters on the main widget.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16232 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2235081dbc
commit
cd31193948
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ void RbUtilQt::updateDevice()
|
|||
if(name.isEmpty()) name = "<none>";
|
||||
if(mountpoint.isEmpty()) mountpoint = "<invalid>";
|
||||
ui.labelDevice->setText(tr("<b>%1 %2</b> at <b>%3</b>")
|
||||
.arg(brand, name, mountpoint));
|
||||
.arg(brand, name, QDir::toNativeSeparators(mountpoint)));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue