From 6d125e159d2c391fd92d20bd29bc5c8c33b7dcc2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 20 Sep 2011 07:39:25 +0000 Subject: i18n: code clean-up - Move all translation-related declarations to BLF_translation.h - Reverted some changes to match trunk svn rev40365 --- source/blender/editors/space_file/file_draw.c | 1 + source/blender/editors/space_file/file_panels.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index 2d00a08662a..b2b734159ff 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -50,6 +50,7 @@ #include "BKE_main.h" #include "BLF_api.h" +#include "BLF_translation.h" #include "IMB_imbuf_types.h" diff --git a/source/blender/editors/space_file/file_panels.c b/source/blender/editors/space_file/file_panels.c index 0741152f0ab..37dce293d77 100644 --- a/source/blender/editors/space_file/file_panels.c +++ b/source/blender/editors/space_file/file_panels.c @@ -37,7 +37,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BLF_api.h" +#include "BLF_translation.h" #include "DNA_screen_types.h" #include "DNA_space_types.h" -- cgit v1.2.3