Added license info into About dialog.

This commit is contained in:
2023-12-18 17:50:51 +03:00
parent 21c65369ec
commit 4228258e80
3 changed files with 5 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
#define IDS_ERR_MAXMIN 122
#define IDS_RUNNING 123
#define IDT_TIMER 124
#define IDS_LICENSE 125
#define IDR_MAINFRAME 128
#define IDD_MANUAL_EDITING 129
#define IDC_EDIT_X 1000
@@ -74,6 +75,6 @@
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_SYMED_VALUE 125
#define _APS_NEXT_SYMED_VALUE 126
#endif
#endif