diff options
author | Chris Toshok <toshok@helixcode.com> | 2001-01-03 03:21:25 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-01-03 03:21:25 +0800 |
commit | 81d69ae252c95ee51a80e5681d504876bd199de7 (patch) | |
tree | e5bafeb55b8c782dce9e3baac23cbda17e04a11e | |
parent | 59b1e25cfdb4253a94df4392d1e2fb69a6901515 (diff) | |
download | gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar.gz gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar.bz2 gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar.lz gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar.xz gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.tar.zst gsoc2013-evolution-81d69ae252c95ee51a80e5681d504876bd199de7.zip |
add addressbook-config.c, addressbook-storage.c, and
2001-01-02 Chris Toshok <toshok@helixcode.com>
* POTFILES.in: add addressbook-config.c, addressbook-storage.c,
and addressbook-config.glade.
svn path=/trunk/; revision=7212
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 5459cd5cd7..3518e8effb 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2001-01-02 Chris Toshok <toshok@helixcode.com> + + * POTFILES.in: add addressbook-config.c, addressbook-storage.c, + and addressbook-config.glade. + 2001-01-01 Michael Meeks <michael@helixcode.com> * POTFILES.in: remove all the stale addressbook entries. diff --git a/po/POTFILES.in b/po/POTFILES.in index 6415cdd4bf..840a5b1b91 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -14,6 +14,9 @@ addressbook/contact-editor/fulladdr.glade addressbook/contact-editor/fullname-strings.h addressbook/gui/component/addressbook-factory.c addressbook/gui/component/addressbook.c +addressbook/gui/component/addressbook-storage.c +addressbook/gui/component/addressbook-config.c +addressbook/gui/component/addressbook-config.glade addressbook/gui/component/select-names/select-names.glade addressbook/gui/search/e-addressbook-search-dialog.c addressbook/gui/widgets/alphabet.glade |