summaryrefslogtreecommitdiff
path: root/Aktywator/HandRecordPreview.cs
diff options
context:
space:
mode:
authorMichaƂ Zimniewicz <michzimny@users.noreply.github.com>2018-01-04 01:19:50 +0100
committerGitHub <noreply@github.com>2018-01-04 01:19:50 +0100
commitfa8e46acc24c5cf8b607531684b4c9858e4ebb33 (patch)
treeb81ddbc9cef517446232e007b9e287152e504235 /Aktywator/HandRecordPreview.cs
parent80cd31c1c8e7cef2cfbf6148df3d9ec2d2a23279 (diff)
parentf58213dbf8b1d52f9545a7c3b227cff59a888afb (diff)
Merge pull request #36 from michzimny/1.1-betav1.1.3
v1.1.3
Diffstat (limited to 'Aktywator/HandRecordPreview.cs')
-rw-r--r--Aktywator/HandRecordPreview.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Aktywator/HandRecordPreview.cs b/Aktywator/HandRecordPreview.cs
index d5e8446..57562a1 100644
--- a/Aktywator/HandRecordPreview.cs
+++ b/Aktywator/HandRecordPreview.cs
@@ -29,9 +29,9 @@ namespace Aktywator
lSouthHearts.Text = record.south[1];
lSouthDiamonds.Text = record.south[2];
lSouthClubs.Text = record.south[3];
- lWestSpades.Text = record.north[0];
- lWestHearts.Text = record.north[1];
- lWestDiamonds.Text = record.north[2];
+ lWestSpades.Text = record.west[0];
+ lWestHearts.Text = record.west[1];
+ lWestDiamonds.Text = record.west[2];
lWestClubs.Text = record.west[3];
this.Text = "ROZDANIE " + boardNo;
}