diff options
author | Perberos <[email protected]> | 2012-07-31 20:29:58 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-07-31 20:29:58 -0300 |
commit | 3ea5c7d9e0d45e1d3908624a95ec5cf2a797a97f (patch) | |
tree | 6f9194268ad23f323d4be6b0c5f73b6387839617 /src | |
parent | f6d05dad1665b9490e53f453cdd17294b9efee55 (diff) | |
download | mate-calc-3ea5c7d9e0d45e1d3908624a95ec5cf2a797a97f.tar.bz2 mate-calc-3ea5c7d9e0d45e1d3908624a95ec5cf2a797a97f.tar.xz |
updating about dialog
Diffstat (limited to 'src')
-rw-r--r-- | src/math-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |