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>2008-01-01 01:18:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-01 01:18:04 +0300
commit8208d5d0beb20871ef93b89b959567871b5187b6 (patch)
tree56a0538a4006ddc59cc129c2942256f10e336981 /source/blender/src/header_info.c
parent9afd6135d65ad55ad1214316e7d2448c5e78a95a (diff)
Fix for check missing files, edited some tooltips - (Show key shortcuts for PLAY and RENDER)
Diffstat (limited to 'source/blender/src/header_info.c')
-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 97b5341fda1..9f1a31a940a 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -988,7 +988,7 @@ static void do_info_externalfiles(void *arg, int event)
/* run the missing file check */
checkMissingFiles( txtname );
- if (txtname == '\0') {
+ if (txtname[0] == '\0') {
okee("No external files missing");
} else {
char str[128];