Changed "www.blender.nl" to "www.blender.org" for that little display

thingy in the upper right corner.

-Fred <phaethon>
This commit is contained in:
Frederick Lee 2002-12-01 10:52:01 +00:00
parent 86ac000694
commit 0bc5f2fa3f

@ -205,7 +205,7 @@ void initglobals(void)
G.order= 1;
G.order= (((char*)&G.order)[0])?L_ENDIAN:B_ENDIAN;
sprintf(versionstr, "www.blender.nl %d", G.version);
sprintf(versionstr, "www.blender.org %d", G.version);
clear_workob(); /* object.c */
}