aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-03-09 10:11:22 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-03-09 10:11:22 -0500
commit6fc8a8c04d4296e3d6e11ad43f684dae9dfe8282 (patch)
tree6c7e377c540c177afa4c7d2a028dc84ad1ae094b /MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
parent13e6819dddfc34933acae9fadfcb9e174d96810b (diff)
Fix uninstaller path
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 3064115e3..4e2e80787 100644
--- a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
+++ b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs
@@ -52,7 +52,7 @@ namespace MediaBrowser.Uninstaller.Execute
case "mbt":
Product = "Theater";
- RootSuffix = "-UI";
+ RootSuffix = "-Theater";
break;
default: