diff options
author | Perberos <[email protected]> | 2012-07-31 21:30:09 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-07-31 21:30:09 -0300 |
commit | a281dc49e23ebdbce46bb31fc942d07bc758dd28 (patch) | |
tree | 38e18bfbc30d2efee863ef119117f63a6adb569a | |
parent | 7066f9a921a6695ea9c8e2dae2c6fd230add6baa (diff) | |
download | mate-calc-a281dc49e23ebdbce46bb31fc942d07bc758dd28.tar.bz2 mate-calc-a281dc49e23ebdbce46bb31fc942d07bc758dd28.tar.xz |
duh missing endofline
-rw-r--r-- | src/math-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-window.c b/src/math-window.c index 2a90cfc..1caccab 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -188,7 +188,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) char* translator_credits = _("translator-credits"); char copyright[] = \ - "Copyright \xc2\xa9 1986–2010 The GCalctool authors" + "Copyright \xc2\xa9 1986–2010 The GCalctool authors\n" "Copyright \xc2\xa9 2011-2012 MATE developers"; /* The license this software is under (GPL2+) */ |