From e7dfd964452873cfd5c68b76d0588a0f64a03c5f Mon Sep 17 00:00:00 2001 From: Alessandro Pelliccia Date: Wed, 13 Feb 2013 21:13:29 +0100 Subject: Update source/nds/message.h Add Italian language--- source/nds/message.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/nds/message.h b/source/nds/message.h index a166528..ebbf6e8 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -149,10 +149,11 @@ enum LANGUAGE { FRENCH, GERMAN, DUTCH, - SPANISH + SPANISH, + ITALIAN }; -extern char* lang[6]; // Allocated in gui.c, needs to match the languages ^ +extern char* lang[7]; // Allocated in gui.c, needs to match the languages ^ char *msg[MSG_END+1]; char msg_data[32 * 1024]; -- cgit v1.2.3