Updated icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@961 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f4f4681851
commit
330286a404
5 changed files with 16 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue