Skip to content

Commit

Permalink
Gallery: Change crumb separator
Browse files Browse the repository at this point in the history
Feedback suggests "Dir1 > Dir2 > Image" is preferable to "Dir1 : Dir2 : Image"
  • Loading branch information
dizygotheca committed Apr 29, 2016
1 parent e7b50cd commit 336193d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythmetadata/imagemanager.cpp
Expand Up @@ -2391,7 +2391,7 @@ QString ImageManagerFe::CrumbName(ImageItemK &im, bool getPath) const
path.remove(0, DeviceMount(im.m_device).size()); path.remove(0, DeviceMount(im.m_device).size());
dev = DeviceName(im.m_device); dev = DeviceName(im.m_device);
} }
return dev + path.replace("/", " : "); return dev + path.replace("/", " > ");
} }




Expand Down

0 comments on commit 336193d

Please sign in to comment.