Skip to content

Commit 984f44b

Browse files
committed
Fix path for settings.
1 parent 25bd08f commit 984f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/Ice/Core/Settings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public class SettingsFolder : SettingsFolder<Settings>
288288
///
289289
/* ----------------------------------------------------------------- */
290290
public SettingsFolder()
291-
: this(SettingsType.Registry, @"CubeSoft\CubeICE\v3") { }
291+
: this(SettingsType.Registry, @"Software\CubeSoft\CubeICE\v3") { }
292292

293293
/* ----------------------------------------------------------------- */
294294
///

0 commit comments

Comments
 (0)