dmon.c added to the list of translatable sources

This commit is contained in:
Frederic Culot 2009-07-26 21:08:01 +00:00
parent d2ad15c812
commit f0005f64dc
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,8 @@
* src/dmon.c (dmon_stop): new function * src/dmon.c (dmon_stop): new function
* src/dmon.c: DMON_LOG and DMON_ABRT defines added * src/dmon.c: DMON_LOG and DMON_ABRT defines added
* po/POTFILES.in: dmon.c added in the list
2009-07-23 Frederic Culot <frederic@culot.org> 2009-07-23 Frederic Culot <frederic@culot.org>

View File

@ -1,4 +1,4 @@
# $calcurse: POTFILES.in,v 1.4 2007/07/28 13:31:30 culot Exp $ # $calcurse: POTFILES.in,v 1.5 2009/07/26 21:08:01 culot Exp $
# List of source files which contain translatable strings. # List of source files which contain translatable strings.
src/apoint.c src/apoint.c
@ -17,3 +17,4 @@ src/todo.c
src/utils.c src/utils.c
src/vars.c src/vars.c
src/wins.c src/wins.c
src/dmon.c