diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-06 00:01:58 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-12-17 13:09:18 +0000 |
commit | 7ba607723ded46c1b7137d2fc696ae614f4e2df9 (patch) | |
tree | 83e9e246747207b83a4d4b17c205ab234cc5f64c /stickynotes | |
parent | 28b6083bf1b48c917f2e45fc8910da4941beddbd (diff) | |
download | mate-applets-7ba607723ded46c1b7137d2fc696ae614f4e2df9.tar.bz2 mate-applets-7ba607723ded46c1b7137d2fc696ae614f4e2df9.tar.xz |
Fix Sun GNOME Documentation Team references
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/docs/C/mate-stickynotes_applet.xml | 6 | ||||
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/stickynotes/docs/C/mate-stickynotes_applet.xml b/stickynotes/docs/C/mate-stickynotes_applet.xml index 59605c6e..839f8776 100644 --- a/stickynotes/docs/C/mate-stickynotes_applet.xml +++ b/stickynotes/docs/C/mate-stickynotes_applet.xml @@ -131,7 +131,7 @@ Template last modified Mar 12, 2002 <revnumber>&applet; Applet Manual V2.3</revnumber> <date>February 2004</date> <revdescription> - <para role="author">Sun MATE Documentation Team</para> + <para role="author">Sun GNOME Documentation Team</para> <para role="publisher">MATE Documentation Project</para> </revdescription> </revision> @@ -139,7 +139,7 @@ Template last modified Mar 12, 2002 <revnumber>&applet; Applet Manual V2.2</revnumber> <date>November 2003</date> <revdescription> - <para role="author">Sun MATE Documentation Team</para> + <para role="author">Sun GNOME Documentation Team</para> <para role="publisher">MATE Documentation Project</para> </revdescription> </revision> @@ -147,7 +147,7 @@ Template last modified Mar 12, 2002 <revnumber>&applet; Applet Manual V2.1</revnumber> <date>August 2003</date> <revdescription> - <para role="author">Sun MATE Documentation Team</para> + <para role="author">Sun GNOME Documentation Team</para> <para role="publisher">MATE Documentation Project</para> </revdescription> </revision> diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c index 93ac4808..72915a4c 100644 --- a/stickynotes/stickynotes_applet_callbacks.c +++ b/stickynotes/stickynotes_applet_callbacks.c @@ -409,7 +409,7 @@ menu_about_cb (GtkAction *action, static const gchar *documenters[] = { "Loban A Rahman <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |