[gnome-nibbles] Sensibly add line break to the about dialog



commit b9afbbb145dec1a79f9ce241c24432f91e82f62f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Aug 17 17:10:14 2013 -0500

    Sensibly add line break to the about dialog

 src/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index d775206..aa8fba1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -156,8 +156,8 @@ about_cb (GtkAction * action, gpointer data)
        "program-name", _("Nibbles"),
        "version", VERSION,
        "copyright",
-       "Copyright \xc2\xa9 1999-2008 Sean MacIsaac, Ian Peters, Andreas Røsdal"
-       " 2009 Guillaume Beland",
+       "Copyright \xc2\xa9 1999-2008 Sean MacIsaac, Ian Peters, Andreas Røsdal\n"
+       "Copyright \xc2\xa9 2009 Guillaume Beland",
 
        "license-type", GTK_LICENSE_GPL_2_0, 
        "comments", _("A worm game for GNOME.\n\nNibbles is a part of GNOME Games."),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]