summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.Designer.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-20 19:00:03 +0200
committeremkael <emkael@tlen.pl>2017-09-20 19:00:03 +0200
commit74a1e9af541fa6f68737699c703aa4eec345731b (patch)
tree9879b00361891c2b88cf1ce6ad86bc928abd8147 /Aktywator/MainForm.Designer.cs
parentade27538ebac7043e680517c7b9f7ba223e12d64 (diff)
BUGFIX: "save settings" button was missing click handler, rather embarassingly
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r--Aktywator/MainForm.Designer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs
index dff8aa5..18beec0 100644
--- a/Aktywator/MainForm.Designer.cs
+++ b/Aktywator/MainForm.Designer.cs
@@ -285,6 +285,7 @@
this.bSave.Name = "bSave";
this.bSave.Size = new System.Drawing.Size(108, 22);
this.bSave.Text = "Zapisz do BWS";
+ this.bSave.Click += new System.EventHandler(this.bSave_Click);
//
// statusStrip2
//