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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-10-22 11:02:30 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-22 11:02:30 +0400
commit5987488fd0c9b75a8def632be4f3cafffd5bc1b7 (patch)
tree1a33e8950707aef8fb8bdf46057d20e9d38bfab1
parent09e4bb058c5d406d449acf6511aed67f2ca8776d (diff)
* comment fix
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 9bacc2b6351..28248c052b3 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -1020,7 +1020,7 @@ static void do_info_externalfiles(void *arg, int event)
pupmenu("Can't set relative paths with an unsaved blend file");
}
break;
- case 11: /* make all paths relative */
+ case 11: /* make all paths absolute */
{
int tot,changed,failed,linked;
char str[512];