summaryrefslogtreecommitdiff
path: root/spedytor/MysqlSettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'spedytor/MysqlSettings.cs')
-rw-r--r--spedytor/MysqlSettings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spedytor/MysqlSettings.cs b/spedytor/MysqlSettings.cs
index bce4f01..af7c636 100644
--- a/spedytor/MysqlSettings.cs
+++ b/spedytor/MysqlSettings.cs
@@ -63,7 +63,7 @@ namespace spedytor
{
Properties.Settings.Default.CONFIGURED = true;
Properties.Settings.Default.Save();
- Close();
+ Dispose();
}
else
{