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
path: root/source
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-08-17 00:47:54 +0400
committerKent Mein <mein@cs.umn.edu>2006-08-17 00:47:54 +0400
commitb3e431baabe1b597324bf6c98cdac26c2e8da429 (patch)
tree20ececb3405f3709e1582386035fc1d107f82880 /source
parenta680d87902b5f809a083b8a514b03078f32a49cf (diff)
Changed previous commit.
Brings it more inline with the rest of blender as far as international optinality goes... Kent
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/usiblender.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c
index c4c9ac35f83..381a8482371 100644
--- a/source/blender/src/usiblender.c
+++ b/source/blender/src/usiblender.c
@@ -52,8 +52,8 @@
#include "MEM_CacheLimiterC-Api.h"
#include "BMF_Api.h"
-#ifdef INTERNATIONAL
#include "BIF_language.h"
+#ifdef INTERNATIONAL
#include "FTF_Api.h"
#endif
@@ -338,9 +338,9 @@ static void init_userdef_file(void)
#ifdef INTERNATIONAL
read_languagefile();
+#endif
refresh_interface_font();
-#endif // INTERNATIONAL
}
@@ -372,9 +372,7 @@ void BIF_read_file(char *name)
BKE_reset_undo();
BKE_write_undo("original"); /* save current state */
-#ifdef INTERNATIONAL
refresh_interface_font();
-#endif
}
else if(retval==1)
BIF_undo_push("Import file");
@@ -845,9 +843,10 @@ void exit_usiblender(void)
freeNurblist(&editNurb);
fsmenu_free();
+
#ifdef INTERNATIONAL
free_languagemenu();
-#endif
+#endif
RE_FreeAllRender();