diff options
Diffstat (limited to 'MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs index 428af7b62..9937177a7 100644 --- a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs +++ b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs @@ -77,7 +77,7 @@ namespace MediaBrowser.Uninstaller.Execute RemoveShortcut(Path.Combine(startMenu, linkName)); if (Product == "Server") { - RemoveShortcut(Path.Combine(startMenu, "Dashboard.lnk")); + RemoveShortcut(Path.Combine(startMenu, "MB Dashboard.lnk")); } // if the startmenu item is empty now - delete it too if (Directory.GetFiles(startMenu).Length == 0) |
