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:
authorRob Haarsma <phaseIV@zonnet.nl>2004-01-23 19:02:10 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2004-01-23 19:02:10 +0300
commit6b781f19bcda2524eff6f6df349ee9fc2a2e424c (patch)
tree90a699417e3a61cc5ea0f3d81612d2e5b4631044 /source/blender/src/usiblender.c
parentc427a1985478d72fe643435a1a4215f3b0c4268a (diff)
#ifdef INTERNATIONAL fix for usiblender.c
thankyou Todd Koeckeritz.
Diffstat (limited to 'source/blender/src/usiblender.c')
-rw-r--r--source/blender/src/usiblender.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c
index ed16bd7b33b..3d8cc8e8c1e 100644
--- a/source/blender/src/usiblender.c
+++ b/source/blender/src/usiblender.c
@@ -52,6 +52,7 @@
#include "BMF_Api.h"
#ifdef INTERNATIONAL
#include "BIF_language.h"
+#include "FTF_Api.h"
#endif
#include "BLI_blenlib.h"
@@ -569,7 +570,9 @@ void exit_usiblender(void)
mainwindow_close();
}
+#ifdef INTERNATIONAL
FTF_End();
+#endif
if (G.undo_clear) G.undo_clear();