summary refs log tree commit diff stats
path: root/src/common/make-te.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-27 13:30:30 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-27 13:32:04 +0200
commitcd3ade30463a4329950c64e278294c3d2c3ab78a (patch)
tree45ed6a7b68b7c1f21f59d170c4c0a6bb628db0f0 /src/common/make-te.c
parent9634e4574f9304881b1b2d2f306d30774840e24e (diff)
Change default text events
Diffstat (limited to 'src/common/make-te.c')
-rw-r--r--src/common/make-te.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/make-te.c b/src/common/make-te.c
index ed87df3d..aece6fbe 100644
--- a/src/common/make-te.c
+++ b/src/common/make-te.c
@@ -1,3 +1,9 @@
+/* process textevents.in with make-te < textevents.in > textevents.h 2> textenums.h
+ * textevents.in notes:
+ *  - the n prefix means the event text does not have to be translated thus
+ *    the N_() encapsulation will be omitted
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>