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:
parent
11248ea9ae
commit
bbdaf8befe
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void Update() {
|
||||||
|
|
||||||
if (my_strstr(g_sdata.brandingv,"cvs"))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue