From 64039bdf44c5c920973915e333de2bcd1c861a8d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 2 Jun 2012 19:58:12 +0000 Subject: Fixing most (if not all) remaining issues with nodes UI i18n. Note that I had to script-tag all sokets' names, as they are currently completely unknown from bpy.types (and hence unreachable for our po generating scripts). --- source/blender/nodes/composite/node_composite_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/nodes/composite/node_composite_util.h') diff --git a/source/blender/nodes/composite/node_composite_util.h b/source/blender/nodes/composite/node_composite_util.h index 51f047b94ff..8f42a9bbe47 100644 --- a/source/blender/nodes/composite/node_composite_util.h +++ b/source/blender/nodes/composite/node_composite_util.h @@ -57,6 +57,8 @@ #include "BLI_utildefines.h" #include "BLI_utildefines.h" +#include "BLF_translation.h" + #include "BKE_blender.h" #include "BKE_camera.h" #include "BKE_colortools.h" -- cgit v1.2.3