diff --git a/wCenterWindow/resource.h b/wCenterWindow/resource.h index f6654ac..2e47882 100644 --- a/wCenterWindow/resource.h +++ b/wCenterWindow/resource.h @@ -44,6 +44,7 @@ #define IDC_ABOUT_COPYRIGHT 1013 #define IDC_ABOUT_BUILDTIME 1014 #define IDC_ABOUTEDIT 1015 +#define IDC_ABOUT_COPYRIGHT_ICON 1016 #define IDC_STATIC -1 // Next default values for new objects diff --git a/wCenterWindow/wCenterWindow.cpp b/wCenterWindow/wCenterWindow.cpp index e56948e..2434721 100644 --- a/wCenterWindow/wCenterWindow.cpp +++ b/wCenterWindow/wCenterWindow.cpp @@ -23,7 +23,6 @@ // wCenterWindow // wCenterWindow.cpp -// TODO: Add the name of app's icon author to the About dialog. // TODO: Move the InitCommonControlsEx() function to the WinMain(). // TODO: Split main cpp-file to separate files. // TODO: Make the automatic updater (download, unzip and replace executable). diff --git a/wCenterWindow/wCenterWindow.rc b/wCenterWindow/wCenterWindow.rc index e7fc6af..9fd2579 100644 Binary files a/wCenterWindow/wCenterWindow.rc and b/wCenterWindow/wCenterWindow.rc differ