From 3b155e9350c45d9abbedaca38f44bef569278875 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 30 Dec 2010 08:45:10 +0000 Subject: Update links to point to correct Blender version. Noted by loopduplicate (Jeff) via e-mail. Thanks! --- release/text/readme.html | 4 ++-- source/blender/windowmanager/intern/wm_operators.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release/text/readme.html b/release/text/readme.html index 80ef6ba5e94..5e9f05c852d 100644 --- a/release/text/readme.html +++ b/release/text/readme.html @@ -20,7 +20,7 @@

For more information, visit blender.org.


2.5 Beta

-

The Blender Foundation and online developer community is proud to present Blender 2.5 Beta. This release is the third official beta release of the Blender 2.5 series, and represents the culmination of many years of redesign and development work. More information about this release.

+

The Blender Foundation and online developer community is proud to present Blender 2.5 Beta. This release is the third official beta release of the Blender 2.5 series, and represents the culmination of many years of redesign and development work. More information about this release.

What to Expect:

• Big improvements - This is our most exciting version to date, already a significant improvement in many ways over 2.49

• Missing/Incomplete Features - Although most of it is there, not all functionality from pre-2.5 versions has been restored yet. Some functionality may be re-implemented a different way.

@@ -53,7 +53,7 @@ Install scripts by putting them in the .blender/scripts inside your home folder.

Links

Users:

General information www.blender.org
- Full release log www.blender.org/development/release-logs/blender-254-beta/
+ Full release log www.blender.org/development/release-logs/blender-256-beta/
Tutorials www.blender.org/education-help/
Manual wiki.blender.org/index.php/Doc:Manual
User Forum www.blenderartists.org
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index aff58b99e51..de3773c192b 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -1148,7 +1148,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar col = uiLayoutColumn(split, 0); uiItemL(col, "Links", ICON_NULL); uiItemStringO(col, "Donations", ICON_URL, "WM_OT_url_open", "url", "http://www.blender.org/blenderorg/blender-foundation/donation-payment/"); - uiItemStringO(col, "Release Log", ICON_URL, "WM_OT_url_open", "url", "http://www.blender.org/development/release-logs/blender-254-beta/"); + uiItemStringO(col, "Release Log", ICON_URL, "WM_OT_url_open", "url", "http://www.blender.org/development/release-logs/blender-256-beta/"); uiItemStringO(col, "Manual", ICON_URL, "WM_OT_url_open", "url", "http://wiki.blender.org/index.php/Doc:Manual"); uiItemStringO(col, "Blender Website", ICON_URL, "WM_OT_url_open", "url", "http://www.blender.org/"); uiItemStringO(col, "User Community", ICON_URL, "WM_OT_url_open", "url", "http://www.blender.org/community/user-community/"); // -- cgit v1.2.3