summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 0f456ea..aad3170 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -38,8 +38,8 @@ namespace Aktywator
if (!MySQL.getConfigured()) (new MysqlSettings()).ShowDialog();
this._scoringType = new Dictionary<RadioButton, int>();
this._scoringType.Add(this.rbMatchpoints, 1);
- this._scoringType.Add(this.rbIMPCavendish, 2);
- this._scoringType.Add(this.rbIMPButler, 3);
+ this._scoringType.Add(this.rbIMPButler, 2);
+ this._scoringType.Add(this.rbIMPCavendish, 3);
this._scoringType.Add(this.rbIMPTeams, 4);
}