Skip to content

Commit

Permalink
Update about box version (#540)
Browse files Browse the repository at this point in the history
This was missed in the update to 1.3.1
Issue: #538
  • Loading branch information
chreden authored Apr 5, 2019
1 parent 0f03545 commit f1e91cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trview/trview.rc
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ CAPTION "About trview"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDI_TRVIEW,IDC_STATIC,14,14,21,20
LTEXT "trview, Version 1.3.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2018 trview team",IDC_STATIC,42,26,127,17
LTEXT "trview, Version 1.3.1",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2019 trview team",IDC_STATIC,42,26,127,17
DEFPUSHBUTTON "OK",IDOK,186,124,50,14,WS_GROUP
LTEXT "Licensed under the MIT license",IDC_STATIC,42,38,127,17
LTEXT "Uses DirectXTK (MIT license)",IDC_STATIC,42,49,136,13
Expand Down

0 comments on commit f1e91cf

Please sign in to comment.