Change default text events

This commit is contained in:
Berke Viktor
2012-10-27 13:30:30 +02:00
parent 9634e4574f
commit cd3ade3046
3 changed files with 276 additions and 270 deletions

View File

@@ -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>