[gnome-color-manager] trivial: remove another Copyright prefix version



commit 414d2e3c1c5fdc5faff0a44feda54d3bc196fee6
Author: Richard Hughes <richard hughsie com>
Date:   Tue Aug 23 22:55:37 2011 +0100

    trivial: remove another Copyright prefix version

 src/gcm-import.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-import.c b/src/gcm-import.c
index be5c82d..bd501e8 100644
--- a/src/gcm-import.c
+++ b/src/gcm-import.c
@@ -148,6 +148,8 @@ main (int argc, char **argv)
 	if (copyright != NULL) {
 		if (g_str_has_prefix (copyright, "Copyright "))
 			copyright += 10;
+		if (g_str_has_prefix (copyright, "Copyright, "))
+			copyright += 11;
 		/* TRANSLATORS: message text */
 		g_string_append_printf (string, "\n%s %s", _("Profile copyright:"), copyright);
 	}



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