diff options
-rw-r--r-- | gettext-tools/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/woe32dll/gettextsrc-exports.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6bd71d6..22754c4 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2015-06-24 Daiki Ueno <ueno@gnu.org> + + * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit. + Reported by Vincent Torri. + 2015-06-23 Daiki Ueno <ueno@gnu.org> * ABOUT-NLS: Regenerate for 0.19.5. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index 640ad1f..c49a899 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -37,6 +37,7 @@ VARIABLE(formatstring_gfc_internal) VARIABLE(formatstring_java) VARIABLE(formatstring_javascript) VARIABLE(formatstring_kde) +VARIABLE(formatstring_kde_kuit) VARIABLE(formatstring_librep) VARIABLE(formatstring_lisp) VARIABLE(formatstring_lua) |