summaryrefslogtreecommitdiff
path: root/Contrib/Makensisw/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Contrib/Makensisw/update.cpp')
-rwxr-xr-xContrib/Makensisw/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Contrib/Makensisw/update.cpp b/Contrib/Makensisw/update.cpp
index c61c6ec..741c7d6 100755
--- a/Contrib/Makensisw/update.cpp
+++ b/Contrib/Makensisw/update.cpp
@@ -119,7 +119,7 @@ DWORD CALLBACK UpdateThread(LPVOID v) {
ShellExecute(g_sdata.hwnd,"open",NSIS_DL_URL,NULL,NULL,SW_SHOWNORMAL);
}
}
- else MessageBox(g_sdata.hwnd,"There is no update available for NSIS at this time.","NSIS pdate",MB_OK|MB_ICONINFORMATION);
+ else MessageBox(g_sdata.hwnd,"There is no update available for NSIS at this time.","NSIS Update",MB_OK|MB_ICONINFORMATION);
GlobalFree(response);
delete get;
EnableMenuItem(g_sdata.menu,IDM_NSISUPDATE,MF_ENABLED);