[Winpt-commits] r398 - trunk/Src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Jan 29 12:59:29 CET 2012
Author: twoaday
Date: 2012-01-29 12:59:29 +0100 (Sun, 29 Jan 2012)
New Revision: 398
Modified:
trunk/Src/ChangeLog
trunk/Src/wptNLS.cpp
Log:
2012-01-29 Timo Schulz <twoaday at gmx.net>
* wptNLS.cpp: Added 'Dutch' as a valid language.
Modified: trunk/Src/ChangeLog
===================================================================
--- trunk/Src/ChangeLog 2012-01-29 11:56:24 UTC (rev 397)
+++ trunk/Src/ChangeLog 2012-01-29 11:59:29 UTC (rev 398)
@@ -1,3 +1,7 @@
+2012-01-29 Timo Schulz <twoaday at gmx.net>
+
+ * wptNLS.cpp: Added 'Dutch' as a valid language.
+
2012-01-15 Timo Schulz <twoaday at gmx.net>
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
Modified: trunk/Src/wptNLS.cpp
===================================================================
--- trunk/Src/wptNLS.cpp 2012-01-29 11:56:24 UTC (rev 397)
+++ trunk/Src/wptNLS.cpp 2012-01-29 11:59:29 UTC (rev 398)
@@ -1,5 +1,5 @@
/* wptNLS.cpp - W32 Native Language Support
- * Copyright (C) 2001-2003, 2006, 2008, 2009 Timo Schulz
+ * Copyright (C) 2001-2003, 2006, 2008, 2009, 2012 Timo Schulz
* Copyright (C) 1995-1999 Free Software Foundation, Inc.
*
* This code is a stripped down version of simple-gettext.c
@@ -36,13 +36,13 @@
#define MAGIC 0x950412de
#define MAGIC_SWAPPED 0xde120495
-/* Revision number of the currently used .mo (binary) file format. */
+/* Revision number of the currently used .mo (binary) file format. */
#define MO_REVISION_NUMBER 0
#define SWAPIT(flag, data) ((flag) ? do_swap_u32(data) : (data) )
-/* We assume to have `unsigned long int' value with at least 32 bits. */
+/* We assume to have `unsigned long int' value with at least 32 bits. */
#define HASHWORDBITS 32
/* Header for binary .mo file format. */
@@ -85,6 +85,7 @@
{"en", "English", LANG_ENGLISH},
{"de", "German", LANG_GERMAN},
{"ru", "Russian", LANG_RUSSIAN},
+ {"nl", "Dutch", LANG_DUTCH},
{NULL, NULL, 0}
};
More information about the Winpt-commits
mailing list