Updated urls to point to sourceforge project home

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@828 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-08-29 14:16:42 +00:00
parent bae8d9f05a
commit 7164522208
3 changed files with 5 additions and 6 deletions

View file

@ -32,7 +32,7 @@ void SetTitle(HWND hwnd,char *substr) {
}
void SetBranding(HWND hwnd) {
char title[64];
char title[16];
wsprintf(title,"MakeNSISW %s",NSISW_VERSION);
SetDlgItemText(hwnd, IDC_VERSION, title);
}
@ -89,7 +89,6 @@ void LogMessage(HWND hwnd,const char *str) {
}
void ErrorMessage(HWND hwnd,const char *str) {
if (!str) return;
char buf[1028];