Skip to content

Commit

Permalink
fixed registry :)
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Jun 25, 2014
1 parent e41ff48 commit 78305b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public MainWindow()
{
using (var hsDirKey =
Registry.LocalMachine.OpenSubKey(
@"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Hearthstone1"))
@"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Hearthstone"))
{
if (hsDirKey != null)
{
Expand Down

0 comments on commit 78305b6

Please sign in to comment.