diff options
author | cardpuncher <[email protected]> | 2012-12-12 17:06:26 +0100 |
---|---|---|
committer | cardpuncher <[email protected]> | 2012-12-12 17:06:26 +0100 |
commit | 48fad55e88afa2111ca0dceecda7234310f5ba34 (patch) | |
tree | 6bdd7766de7f7ae873bcc2736a1b1ed7ad8d83c5 | |
parent | e373c2400657386cc9f70bedb76900d45123f855 (diff) | |
download | mate-applets-48fad55e88afa2111ca0dceecda7234310f5ba34.tar.bz2 mate-applets-48fad55e88afa2111ca0dceecda7234310f5ba34.tar.xz |
Update accessx-status/applet.c
Fix a typo in the about window.
-rw-r--r-- | accessx-status/applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c index d8e23581..2021036a 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -127,7 +127,7 @@ static void about_cb(GtkAction* action, AccessxStatusApplet* sapplet) const gchar* documenters[] = { "Bill Haneman <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |