diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-30 07:57:04 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-30 07:57:04 +0800 |
commit | 8bcbfaeb665b5a9c1edf5fd6545bccca7e4aae63 (patch) | |
tree | fd33a31a9f39a0c84a925cdb8f739c1b3fbf4c43 /icons/Makefile.am | |
parent | f6303d37775aff4c1087bea9da91345a5c849afd (diff) | |
download | ibus-anthy-8bcbfaeb665b5a9c1edf5fd6545bccca7e4aae63.tar.gz |
Import ibus-anthy projiect.
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 2bd3790..b406579 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,6 +1,6 @@ # vim:set noet ts=4: # -# ibus - The Input Bus +# ibus - The Anthy engine for IBus # # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com> # @@ -20,11 +20,11 @@ # Boston, MA 02111-1307 USA icons_DATA = \ - ibus-enchant.svg \ + ibus-anthy.png \ $(NULL) iconsdir = $(datadir)/ibus/icons EXTRA_DIST = \ - ibus-enchant.svg \ + ibus-anthy.png \ $(NULL) |