diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-23 23:17:03 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-23 23:17:03 +0200 |
commit | 1019be7cced2c0dfb677336ee2fe1da8bfde5a22 (patch) | |
tree | 6183118fb87024fd95026e85e14c111c06645409 /po | |
parent | 6898a9dcf1f3614f5c132d4649f3d414feb6df5e (diff) | |
download | calcurse-1019be7cced2c0dfb677336ee2fe1da8bfde5a22.zip |
po/POTFILES.in: Add missing source files
We forgot to add these when splitting existing or creating new source
files.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 62b460b..2219c3d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,18 +3,28 @@ src/apoint.c src/args.c src/calcurse.c src/calendar.c +src/config.c src/custom.c src/day.c +src/dmon.c src/event.c +src/getstring.c src/help.c +src/ical.c src/io.c +src/keys.c +src/llist.c +src/mem.c +src/note.c src/notify.c +src/pcal.c src/recur.c +src/sha1.c src/sigs.c src/todo.c +src/utf8.c src/utils.c src/vars.c src/wins.c -src/dmon.c scripts/calcurse-upgrade.sh |