summaryrefslogtreecommitdiff
path: root/Aktywator/HandRecordPreview.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-12-28 02:13:55 +0100
committeremkael <emkael@tlen.pl>2017-12-28 02:13:55 +0100
commit511333516d2e08daa9d6b148f5e908d63dc89238 (patch)
tree0b97188580d01b2b42e4515dfca96faebf286cd6 /Aktywator/HandRecordPreview.cs
parent80cd31c1c8e7cef2cfbf6148df3d9ec2d2a23279 (diff)
parent4f5d46d5a077fa47b44f8987552f7e58a7e2f65d (diff)
Merge branch '1.1-beta' into emkaelv1.1.2.9
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;
}