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:
authorCampbell Barton <ideasman42@gmail.com>2009-01-13 18:48:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-13 18:48:27 +0300
commitb71bc3a2f31234583a78cbd0ee06ba084f158ed7 (patch)
tree08d811d321487776061ed257c7e528ddd7959195 /release/scripts/help_web_eshop.py
parent0066b6a8aad2d054574c93a507a98f92692ad924 (diff)
patch from Thomas Dinges, update URLs in help scripts
Diffstat (limited to 'release/scripts/help_web_eshop.py')
-rw-r--r--release/scripts/help_web_eshop.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/help_web_eshop.py b/release/scripts/help_web_eshop.py
index 451fd735150..c33849ac419 100644
--- a/release/scripts/help_web_eshop.py
+++ b/release/scripts/help_web_eshop.py
@@ -2,16 +2,16 @@
"""
Name: 'Blender E-Shop'
-Blender: 234
+Blender: 248
Group: 'HelpWebsites'
Tooltip: 'Buy official Blender resources and merchandise online'
"""
__author__ = "Matt Ebb"
__url__ = ("blender", "blenderartists.org")
-__version__ = "1.0"
+__version__ = "1.0.1"
__bpydoc__ = """\
-This script opens the user's default web browser at www.blender3d.org's
+This script opens the user's default web browser at www.blender.org's
"E-Shop" section.
"""