aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-02-26 10:26:48 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-02-26 10:26:48 -0500
commit4115b83f7852083a1652f3cf5cc3ee4f5d368ab3 (patch)
tree66f5de246add178e1fbf7497fb28bdc4b43d67a7 /MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
parent7118f3b091b2d7d388e1985c48c41894da4cbd4e (diff)
Oops - proper dashboard shortcut name in uninstall
Diffstat (limited to 'MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs')
-rw-r--r--MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs2
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)