From c94f457e7c8ca6e487a5d6cc7a79526ea9ca3eb8 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Thu, 10 Sep 2009 15:07:17 +0800 Subject: [PATCH] ENH: internationalization for all applications --- Common/otbMsgReporterGUI.fl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Common/otbMsgReporterGUI.fl b/Common/otbMsgReporterGUI.fl index 3121b5ffa2..46b7752b3e 100644 --- a/Common/otbMsgReporterGUI.fl +++ b/Common/otbMsgReporterGUI.fl @@ -1,6 +1,9 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 -header_name {.h} +version 1.0107 +i18n_type 1 +i18n_include "otbI18n.h" +i18n_function otbGetTextMacro +header_name {.h} code_name {.cxx} class MsgReporterGUI {open } { @@ -21,4 +24,4 @@ class MsgReporterGUI {open } Function {~MsgReporterGUI()} {open selected return_type virtual } {} -} +} -- GitLab