aboutsummaryrefslogtreecommitdiff
path: root/src/Interface/Dialog.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-02-02 18:34:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-02-02 18:34:32 +0300
commit5001219695090d4a6ead73b2d17434b0805516a3 (patch)
treed94d40a4b13f907f3315eb81dde0d5d3963e26de /src/Interface/Dialog.cs
parent9018d7d504dfebbec9a3c75851314d25d1e8197c (diff)
Do not delete template path on registry key if cancel pick template dialog
Diffstat (limited to 'src/Interface/Dialog.cs')
-rw-r--r--src/Interface/Dialog.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Interface/Dialog.cs b/src/Interface/Dialog.cs
index 806e92d..23f65d7 100644
--- a/src/Interface/Dialog.cs
+++ b/src/Interface/Dialog.cs
@@ -16,9 +16,9 @@ namespace RehauSku.Interface
{
return dialog.FileName;
}
- }
- return string.Empty;
+ else return string.Empty;
+ }
}
public static string[] GetMultiplyFiles()