diff options
author | Nelson Marques <[email protected]> | 2012-10-09 05:21:26 -0700 |
---|---|---|
committer | Nelson Marques <[email protected]> | 2012-10-09 05:21:26 -0700 |
commit | aa7404034434537a1841d26ead87351047736a89 (patch) | |
tree | 0e1d48f19c8618e116d50662085775495fe9c891 /geyes/geyes.c | |
parent | e5435519365b8974f1d2bddb05fc164a9ae77d5a (diff) | |
parent | 216dc4ca0d02d163069348bebacb20785f4a79a4 (diff) | |
download | mate-applets-aa7404034434537a1841d26ead87351047736a89.tar.bz2 mate-applets-aa7404034434537a1841d26ead87351047736a89.tar.xz |
Merge pull request #20 from cardpuncher/master
Typo fix in geyes/geyes.c
Diffstat (limited to 'geyes/geyes.c')
-rw-r--r-- | geyes/geyes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c index 3766744a..d8ceb39d 100644 --- a/geyes/geyes.c +++ b/geyes/geyes.c @@ -182,7 +182,7 @@ about_cb (GtkAction *action, const gchar *documenters[] = { "Arjan Scherpenisse <[email protected]>", "Telsa Gwynne <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |