diff options
Diffstat (limited to 'mate-dictionary/src/gdict-about.c')
-rw-r--r-- | mate-dictionary/src/gdict-about.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index dc74b560..20c5cb1d 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -69,8 +69,8 @@ gdict_show_about_dialog (GtkWidget *parent) "\n" "You should have received a copy of the GNU General Public License " "along with this program; if not, write to the Free Software " - "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA " - "02111-1307, USA.\n"; + "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA " + "02110-1301, USA.\n"; g_return_if_fail (GTK_IS_WIDGET (parent)); |