diff --git a/Contrib/Makensisw/Readme.txt b/Contrib/Makensisw/Readme.txt index 3e0e2a5b..1695ff72 100644 --- a/Contrib/Makensisw/Readme.txt +++ b/Contrib/Makensisw/Readme.txt @@ -145,6 +145,7 @@ Version History - About Box is closeable - Fixed some random crashes - Drag and Drop Support into the Makensisw window + - Updated icon to Trace's modern NSIS icon Copyright Information diff --git a/Contrib/Makensisw/makensisw.cpp b/Contrib/Makensisw/makensisw.cpp index a339ed75..4ea868e9 100644 --- a/Contrib/Makensisw/makensisw.cpp +++ b/Contrib/Makensisw/makensisw.cpp @@ -364,7 +364,6 @@ BOOL CALLBACK AboutProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { SendDlgItemMessage(hwndDlg, IDC_ABOUTCOPY, WM_SETFONT, (WPARAM)rfont, FALSE); SendDlgItemMessage(hwndDlg, IDC_ABOUTPORTIONS, WM_SETFONT, (WPARAM)rfont, FALSE); } - //char buf[MAX_STRING]; SetDlgItemText(hwndDlg,IDC_ABOUTVERSION,NSISW_VERSION); SetDlgItemText(hwndDlg,IDC_ABOUTCOPY,COPYRIGHT); SetDlgItemText(hwndDlg,IDC_ABOUTPORTIONS,CONTRIBUTOR); diff --git a/Contrib/Makensisw/makensisw.dsp b/Contrib/Makensisw/makensisw.dsp index 7d33ef7c..9e89fb6d 100644 --- a/Contrib/Makensisw/makensisw.dsp +++ b/Contrib/Makensisw/makensisw.dsp @@ -137,6 +137,18 @@ SOURCE=..\..\source\icon.ico # End Source File # Begin Source File +SOURCE=..\Icons\lama.ico +# End Source File +# Begin Source File + +SOURCE=..\Icons\lama3.ico +# End Source File +# Begin Source File + +SOURCE=..\Icons\new_nsis.ico +# End Source File +# Begin Source File + SOURCE=.\resource.rc # End Source File # Begin Source File diff --git a/Contrib/Makensisw/resource.h b/Contrib/Makensisw/resource.h index be5db97c..a1a94417 100644 --- a/Contrib/Makensisw/resource.h +++ b/Contrib/Makensisw/resource.h @@ -8,6 +8,7 @@ #define IDM_MENU 104 #define IDK_ACCEL 105 #define IDR_DEFAULT1 108 +#define IDI_ABOUT 110 #define IDC_LOGWIN 402 #define IDC_VERSION 405 #define IDC_CLOSE 406 @@ -30,7 +31,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 109 +#define _APS_NEXT_RESOURCE_VALUE 111 #define _APS_NEXT_COMMAND_VALUE 40005 #define _APS_NEXT_CONTROL_VALUE 1009 #define _APS_NEXT_SYMED_VALUE 101 diff --git a/Contrib/Makensisw/resource.rc b/Contrib/Makensisw/resource.rc index 7f936225..6744b463 100644 --- a/Contrib/Makensisw/resource.rc +++ b/Contrib/Makensisw/resource.rc @@ -54,7 +54,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON ICON DISCARDABLE "..\\..\\source\\icon.ico" +IDI_ICON ICON DISCARDABLE "..\\..\\contrib\\icons\\new_nsis.ico" ///////////////////////////////////////////////////////////////////////////// //