diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-03 15:46:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-03 15:46:06 +0800 |
commit | 13b39eaf69154efa10bce3fb09d421562025ed75 (patch) | |
tree | 65d8dfb8514ff172ee5525180ca449d1f5b403a1 /plugins/copy-tool | |
parent | 63615e1d6dffe585ce37aa4bc08a40630c8d93da (diff) | |
download | gsoc2013-evolution-13b39eaf69154efa10bce3fb09d421562025ed75.tar.gz gsoc2013-evolution-13b39eaf69154efa10bce3fb09d421562025ed75.tar.zst gsoc2013-evolution-13b39eaf69154efa10bce3fb09d421562025ed75.zip |
gave it a better name and fixed the description and author tags.
2004-11-03 Not Zed <NotZed@Ximian.com>
* org-gnome-copy-tool.eplug.in: gave it a better name and fixed
the description and author tags.
svn path=/trunk/; revision=27812
Diffstat (limited to 'plugins/copy-tool')
-rw-r--r-- | plugins/copy-tool/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/copy-tool/org-gnome-copy-tool.eplug.in | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog index 379be28080..761df6d9fe 100644 --- a/plugins/copy-tool/ChangeLog +++ b/plugins/copy-tool/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 Not Zed <NotZed@Ximian.com> + + * org-gnome-copy-tool.eplug.in: gave it a better name and fixed + the description and author tags. + 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist .eplug.in file diff --git a/plugins/copy-tool/org-gnome-copy-tool.eplug.in b/plugins/copy-tool/org-gnome-copy-tool.eplug.in index 9d1d05913d..10c2a5d6be 100644 --- a/plugins/copy-tool/org-gnome-copy-tool.eplug.in +++ b/plugins/copy-tool/org-gnome-copy-tool.eplug.in @@ -4,8 +4,9 @@ type="shlib" id="org.gnome.evolution.plugin.copyTool" location="@PLUGINDIR@/liborg-gnome-copy-tool.so" - name="A tool to extend various clipboard operations" - description="A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard"> + name="Copy tool"> + <description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard</description> + <author name="Michael Zucchi" email="notzed@ximian.com"/> <!-- hook into the uri popup menu --> <hook class="org.gnome.evolution.mail.popup:1.0"> |