Skip to content

Commit 6f12b8d

Browse files
author
Sébastien Geiser
committed
Better place for config
1 parent ab9449e commit 6f12b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RegexDialog/Utils/PathUtils.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static string AppDataRoamingPath
2424
{
2525
get
2626
{
27-
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "RegexDialog");
27+
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "CSharpRegexTools4Npp");
2828
}
2929
}
3030

@@ -35,7 +35,7 @@ public static string AppDataLocalPath
3535
{
3636
get
3737
{
38-
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "RegexDialog");
38+
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CSharpRegexTools4Npp");
3939
}
4040
}
4141

0 commit comments

Comments
 (0)