[cheese] change the copyright year in the about window to 2009, should be done with other files too



commit 673661bb62f20e4a7f2e8660c1243cba8e1dcf66
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Wed Apr 29 00:55:00 2009 +0200

    change the copyright year in the about window to 2009, should be done with other files too
---
 src/cheese-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cheese-window.c b/src/cheese-window.c
index 7a465dd..d864d43 100644
--- a/src/cheese-window.c
+++ b/src/cheese-window.c
@@ -1023,7 +1023,7 @@ cheese_window_cmd_about (GtkAction *action, CheeseWindow *cheese_window)
 
   gtk_show_about_dialog (GTK_WINDOW (cheese_window->window),
                          "version", VERSION,
-                         "copyright", "Copyright \xc2\xa9 2007, 2008\n daniel g. siegel <dgsiegel gmail com>",
+                         "copyright", "Copyright \xc2\xa9 2007 - 2008\n daniel g. siegel <dgsiegel gmail com>",
                          "comments", _("Take photos and videos with your webcam, with fun graphical effects"),
                          "authors", authors,
                          "translator-credits", translators,



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