[frogr] Updated years in copyright text in the about dialog



commit bfa140cd5e0b70c6e38b0d3f49064cc001ca3f9f
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Thu Apr 12 13:23:45 2012 +0200

    Updated years in copyright text in the about dialog

 src/frogr-about-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 263bfe7..596fcb4 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-about-dialog.c -- About dialog
  *
- * Copyright (C) 2009-2011 Mario Sanchez Prada
+ * Copyright (C) 2009-2012 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez igalia com>
  *
  * This program is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ static const gchar *artists[] = {
 };
 
 static const gchar *appdescr = N_("A Flickr remote organizer for GNOME\n");
-static const gchar *copyright = "(c) 2009-2011 Mario Sanchez Prada";
+static const gchar *copyright = "(c) 2009-2012 Mario Sanchez Prada";
 static const gchar *website = "http://live.gnome.org/Frogr";;
 
 #ifndef GTK_API_VERSION_3



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