File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ private void AddFolder(string path)
78
78
{
79
79
if ( path . Equals ( CommonPaths . DesktopPath , StringComparison . OrdinalIgnoreCase ) )
80
80
{
81
- displayName = "ms-resource:///Resources/SidebarDesktop " ;
81
+ displayName = "ms-resource:///Resources/Desktop " ;
82
82
}
83
83
else if ( path . Equals ( CommonPaths . DownloadsPath , StringComparison . OrdinalIgnoreCase ) )
84
84
{
85
- displayName = "ms-resource:///Resources/SidebarDownloads " ;
85
+ displayName = "ms-resource:///Resources/Downloads " ;
86
86
}
87
87
else if ( path . Equals ( CommonPaths . RecycleBinPath , StringComparison . OrdinalIgnoreCase ) )
88
88
{
@@ -99,7 +99,7 @@ private void AddFolder(string path)
99
99
case "Music" :
100
100
case "Videos" :
101
101
// Use localized name
102
- displayName = $ "ms-resource:///Resources/Sidebar { libName } ";
102
+ displayName = $ "ms-resource:///Resources/{ libName } ";
103
103
break ;
104
104
105
105
default :
You can’t perform that action at this time.
0 commit comments