From c3d9dc0bf56eb116b7fbdcb8fbbb4e747149b1ff Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Thu, 18 Dec 2003 15:03:52 +0000 Subject: [PATCH] Didn't notice "nb" (Bokmal) missing, too! --- src/tuxpaint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 6f764226f..a3b8a93c9 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -281,8 +281,8 @@ enum { LANG_KO, /* Korean */ LANG_LT, /* Lithuanian */ LANG_MS, /* Malay */ - LANG_NL, /* Dutch */ LANG_NB, /* Norwegian Bokmal */ + LANG_NL, /* Dutch */ LANG_NN, /* Norwegian Nynorsk */ LANG_PL, /* Polish */ LANG_PT_BR, /* Portuguese (Brazilian) */ @@ -319,6 +319,7 @@ const char * lang_prefixes[NUM_LANGS] = { "ko", "lt", "ms", + "nb", "nl", "nn", "pl",