Code

Add commentary to warn about how to initialize translatable enums
authorjohanengelen <johanengelen@users.sourceforge.net>
Thu, 30 Aug 2007 19:55:44 +0000 (19:55 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Thu, 30 Aug 2007 19:55:44 +0000 (19:55 +0000)
src/util/enums.h

index cac211c89b3128db044a796aeda38c2d120183ba..909765216c374bf2741d20b266ffbca5d9bc7c99 100644 (file)
  * Released under GNU GPL.  Read the file 'COPYING' for more information.
  */
 
+/* IMPORTANT
+ *  When initializing the EnumData struct, you cannot use _(...) to translate strings.
+  * Instead, one must use N_(...) and do the translation every time the string is retreived.
+ */
+
+
 #ifndef INKSCAPE_UTIL_ENUMS_H
 #define INKSCAPE_UTIL_ENUMS_H