summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe0f7ac)
raw | patch | inline | side by side (parent: fe0f7ac)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 30 Aug 2007 19:55:44 +0000 (19:55 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 30 Aug 2007 19:55:44 +0000 (19:55 +0000) |
src/util/enums.h | patch | blob | history |
diff --git a/src/util/enums.h b/src/util/enums.h
index cac211c89b3128db044a796aeda38c2d120183ba..909765216c374bf2741d20b266ffbca5d9bc7c99 100644 (file)
--- a/src/util/enums.h
+++ b/src/util/enums.h
* 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