Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Lee <phaethon@linux.ucla.edu>2002-12-01 13:52:01 +0300
committerFrederick Lee <phaethon@linux.ucla.edu>2002-12-01 13:52:01 +0300
commit0bc5f2fa3f129e06a95cd24ff7ed2c86adc1bf0a (patch)
tree0e95d9be5ddc52c1df75a689ade1ab9dbc542579 /source/blender
parent86ac00069470c237bf0fb2d509994e0c43cdd5b7 (diff)
Changed "www.blender.nl" to "www.blender.org" for that little display
thingy in the upper right corner. -Fred <phaethon>
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/blender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/blender.c b/source/blender/blenkernel/intern/blender.c
index 00b63a4ed36..2c200084f62 100644
--- a/source/blender/blenkernel/intern/blender.c
+++ b/source/blender/blenkernel/intern/blender.c
@@ -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 */
}