]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
*** empty log message ***
[lilypond.git] / flower / include / international.hh
index 3da5a26a2754a54ffdcda3b909603c9521169179..60fb4c27103048fb01ce19af865ca4a8bf564320 100644 (file)
@@ -3,14 +3,20 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
 #ifndef INTERNATIONAL_HH
 #define INTERNATIONAL_HH
 
-#include "string.hh"
+
+/**
+ Internationalisation: _i ("to be translated") gets an entry in the POT file
+ gettext () must be invoked explicitely to do the actual "translation".
+ See flower/getopt-long.cc.
+ */
+#define _i(sz) sz
 
 // don't inline: get warnings only once
 /**