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>2010-11-19 10:31:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-19 10:31:24 +0300
commit39de1914abb3ba8dac522c849bf744c8558d5756 (patch)
tree59740e9d5466377454ae83e6ec84d026b6e996b3 /source/blender/windowmanager
parent18200f5f8711e630adb729b8bffffb5893fd0c02 (diff)
bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parameters
also added note that adjusting bone radius changes the parent bone for connected child bones, and fix typo on failing to read startup.blend (both pointed out by MikeS on IRC)
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 35efca94fc5..ba601a65ad5 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -353,7 +353,7 @@ int WM_read_homefile(bContext *C, wmOperator *op)
tstr[0] = '\0';
from_memory = 1;
if (op) {
- BKE_report(op->reports, RPT_INFO, "Config directory with startup.blend file found.");
+ BKE_report(op->reports, RPT_INFO, "Config directory with startup.blend file not found.");
}
}
}