Updating branch refs/heads/master
         to 5a14360a46f6d1260fdad15a5ea803607a809ebf (commit)
       from df0c4b4f38024f30f922c9493ba1e26ece07bdd8 (commit)

commit 5a14360a46f6d1260fdad15a5ea803607a809ebf
Author: Nick Schermer <n...@xfce.org>
Date:   Sun Jan 30 17:14:42 2011 +0100

    Change --version strings.

 terminal/main.c |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/terminal/main.c b/terminal/main.c
index 50daa03..66567e2 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -141,19 +141,14 @@ main (int argc, char **argv)
       gtk_set_locale ();
 
       name = g_get_prgname ();
-      g_print (_("%s %s (Xfce %s)\n\n"
-                 "Copyright (c) %s\n"
-                 "        os-cillation e.K. All rights reserved.\n\n"
-                 "Written by Benedikt Meurer <be...@xfce.org>.\n\n"
-                 "Built with Gtk+-%d.%d.%d, running with Gtk+-%d.%d.%d.\n\n"
-                 "Please report bugs to <%s>.\n"),
-                 name, PACKAGE_VERSION,
-                 xfce_version_string (),
-                 "2003-2011",
-                 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION,
-                 gtk_major_version, gtk_minor_version, gtk_micro_version,
-                 PACKAGE_BUGREPORT);
+      g_print ("%s %s (Xfce %s)\n\n", name, PACKAGE_VERSION, 
xfce_version_string ());
       g_free (name);
+      g_print ("%s\n", "Copyright (c) 2003-2011");
+      g_print ("\t%s\n\n", _("The Xfce development team. All rights 
reserved."));
+      g_print ("%s\n", _("Written by Benedikt Meurer <be...@xfce.org>"));
+      g_print ("%s\n\n", _("and Nick Schermer <n...@xfce.org>."));
+      g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
+      g_print ("\n");
       return EXIT_SUCCESS;
     }
   else if (G_UNLIKELY (show_help))
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to