diff options
| author | Opportunity <[email protected]> | 2020-01-19 16:29:33 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-19 16:29:33 +0800 |
| commit | 67cbebf3a29ebb999e86e504b54d43e0c91db094 (patch) | |
| tree | 8d370ca609022a6730d6901497c2ab33327fff2a /tests/projects | |
| parent | 3a1afba247944db42a01af2e585b5381758e4e63 (diff) | |
fix build script
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/winsdk/windemo/test | 2 | ||||
| -rw-r--r-- | tests/projects/winsdk/windemo/test.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/winsdk/windemo/test b/tests/projects/winsdk/windemo/test index 3988cc4e1..33639f71c 100644 --- a/tests/projects/winsdk/windemo/test +++ b/tests/projects/winsdk/windemo/test @@ -73,7 +73,7 @@ FONT 8, "MS Shell Dlg" BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,14,14,21,20
LTEXT "testw, Version 1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
- LTEXT "Copyright (C) 2019",IDC_STATIC,42,26,114,8
+ LTEXT "Copyright (C) 2020",IDC_STATIC,42,26,114,8
DEFPUSHBUTTON "OK",IDOK,113,41,50,14,WS_GROUP
END
diff --git a/tests/projects/winsdk/windemo/test.rc b/tests/projects/winsdk/windemo/test.rc index 0a595f65f..9ef96ba63 100644 --- a/tests/projects/winsdk/windemo/test.rc +++ b/tests/projects/winsdk/windemo/test.rc @@ -73,7 +73,7 @@ FONT 8, "MS Shell Dlg" BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,14,14,21,20
LTEXT "testw, Version 1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
- LTEXT "Copyright (C) 2019",IDC_STATIC,42,26,114,8
+ LTEXT "Copyright (C) 2020",IDC_STATIC,42,26,114,8
DEFPUSHBUTTON "OK",IDOK,113,41,50,14,WS_GROUP
END
|
