diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2005-03-28 09:12:49 +0000 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@src.gnome.org> | 2005-03-28 09:12:49 +0000 |
commit | 89a6f3316fc4715eff4e93e2a32a9e6d9abde5f9 (patch) | |
tree | 17a481e33556ca2adfe6ae0da967402f37baa4f9 /cpufreq/src | |
parent | aa2b72499226d404af78430561aee15814006d8b (diff) |
Fixed a typo in my email. Feedback section points now to the GNOME
2005-03-28 Carlos Garcia Campos <carlosgc@gnome.org>
* help/C/cpufreq-applet.xml: Fixed a typo in my email.
Feedback section points now to the GNOME Feedback Page instead of to
my email.
* src/cpufreq-applet.c: Added Davyd to documenters in about dialog
Diffstat (limited to 'cpufreq/src')
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 84ae93599..1cc3b5ce7 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -197,6 +197,7 @@ cpufreq_applet_about_cb (BonoboUIComponent *uic, CPUFreqApplet *applet, const gc }; static const gchar *documenters[] = { "Carlos Garcia Campos <carlosgc@gnome.org>", + "Davyd Madeley <davyd@madeley.id.au>", NULL }; static const gchar *artists[] = { |