diff options
author | Marcus Brinkmann <mb@g10code.com> | 2010-04-13 03:06:18 +0200 |
---|---|---|
committer | Marcus Brinkmann <mb@g10code.com> | 2010-04-13 03:06:18 +0200 |
commit | aed838b7504c6d1c3b6270c05204518e1b8a8340 (patch) | |
tree | 647b664f35826a6b1f46278587c745b6ff23052f /po | |
parent | Use gpg_err_set_errno to assign values to ERRNO. (diff) | |
download | gnupg2-aed838b7504c6d1c3b6270c05204518e1b8a8340.tar.xz gnupg2-aed838b7504c6d1c3b6270c05204518e1b8a8340.zip |
2010-04-13 Marcus Brinkmann <marcus@g10code.de>
* POTFILES.in: Replace common/exechelp.c by
common/exechelp-posix.c, common/exechelp-w32.c and
common/exechelp-w32ce.c.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 221b5ab53..f2f2a68c2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2010-04-13 Marcus Brinkmann <marcus@g10code.de> + + * POTFILES.in: Replace common/exechelp.c by + common/exechelp-posix.c, common/exechelp-w32.c and + common/exechelp-w32ce.c. + 2009-10-16 Marcus Brinkmann <marcus@g10code.com> * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and diff --git a/po/POTFILES.in b/po/POTFILES.in index cac69a4a6..a14863658 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -10,7 +10,9 @@ agent/protect-tool.c agent/trustlist.c agent/findkey.c -common/exechelp.c +common/exechelp-posix.c +common/exechelp-w32.c +common/exechelp-w32ce.c common/http.c common/simple-pwquery.c common/sysutils.c |