#ifdef INTERNATIONAL fix for usiblender.c

thankyou Todd Koeckeritz.
This commit is contained in:
Rob Haarsma
2004-01-23 16:02:10 +00:00
parent c427a19854
commit 6b781f19bc

View File

@@ -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();