[gnome-screensaver/gnome-2-28] Don't add a string for the stable release



commit d029eb072a84649fecb97ba12988b8b8bed75c3d
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Jan 28 22:12:01 2010 -0500

    Don't add a string for the stable release

 savers/popsquares.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/savers/popsquares.c b/savers/popsquares.c
index 94bdf7d..c8b5e44 100644
--- a/savers/popsquares.c
+++ b/savers/popsquares.c
@@ -46,7 +46,7 @@ main (int argc, char **argv)
         error = NULL;
 
         if (!gtk_init_with_args (&argc, &argv, NULL, NULL, NULL, &error)) {
-		g_printerr (_("%s. See --help for usage information.\n"),
+		g_printerr ("%s. See --help for usage information.\n",
 			    error->message);
 		g_error_free (error);
 	        exit (1);



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