From 3ea5c7d9e0d45e1d3908624a95ec5cf2a797a97f Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 31 Jul 2012 20:29:58 -0300 Subject: updating about dialog --- src/math-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/math-window.c b/src/math-window.c index a000128..4fbd6a5 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -188,7 +188,8 @@ static void about_cb(GtkWidget* widget, MathWindow* window) char* translator_credits = _("translator-credits"); char copyright[] = \ - "Copyright \xc2\xa9 1986–2010 The mate-calc authors"; + "Copyright \xc2\xa9 1986–2010 The GCalctool authors" + "Copyright \xc2\xa9 2011-2012 MATE developers"; /* The license this software is under (GPL2+) */ char* license = _("mate-calc is free software; you can redistribute it and/or modify\n" -- cgit v1.2.1