removed reference to cvs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5329 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-10-06 09:05:34 +00:00
parent 11248ea9ae
commit bbdaf8befe

View file

@ -131,7 +131,7 @@ void Update() {
if (my_strstr(g_sdata.brandingv,"cvs"))
{
MessageBox(g_sdata.hwnd,"Cannot check for new version of CVS builds. To update, download a new nightly build.","NSIS Update",MB_OK|MB_ICONSTOP);
MessageBox(g_sdata.hwnd,"Cannot check for new version of nightly builds. To update, download a new nightly build.","NSIS Update",MB_OK|MB_ICONSTOP);
return;
}