diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-02-26 10:26:48 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-02-26 10:26:48 -0500 |
| commit | 4115b83f7852083a1652f3cf5cc3ee4f5d368ab3 (patch) | |
| tree | 66f5de246add178e1fbf7497fb28bdc4b43d67a7 | |
| parent | 7118f3b091b2d7d388e1985c48c41894da4cbd4e (diff) | |
Oops - proper dashboard shortcut name in uninstall
| -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) |
