forked from len0rd/rockbox
autodetection: convert path to native separators before displaying it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17566 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b861933fd
commit
faceafc411
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ void Config::autodetect()
|
||||||
|
|
||||||
if(detector.getMountPoint() != "" )
|
if(detector.getMountPoint() != "" )
|
||||||
{
|
{
|
||||||
ui.mountPoint->setText(detector.getMountPoint());
|
ui.mountPoint->setText(QDir::toNativeSeparators(detector.getMountPoint()));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue