diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-18 16:45:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-18 16:45:02 -0400 |
| commit | 9367878dcbecab787e468a8fc98ae1731b9204ca (patch) | |
| tree | fdc0301a632dd14e80fd7ad8cc2930446e15b763 /MediaBrowser.ServerApplication | |
| parent | 4dd6550ce5e25d6bdb57efa89c473009b41aa628 (diff) | |
fixed startup wizard case sensitivity
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -rw-r--r-- | MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs b/MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs index cbdd92c71..87578ef84 100644 --- a/MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs +++ b/MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs @@ -58,7 +58,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints try { - App.OpenDashboardPage("wizardStart.html", user, _configurationManager, _appHost); + App.OpenDashboardPage("wizardstart.html", user, _configurationManager, _appHost); } catch (Win32Exception ex) { |
