[latexila] Update copyright year in the about dialog



commit 4468d7163fec84783698b881c1dad0970567af76
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Fri Jan 25 18:06:45 2013 +0100

    Update copyright year in the about dialog

 src/main_window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main_window.vala b/src/main_window.vala
index 33000b8..dfcb5ed 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -1177,7 +1177,7 @@ public class MainWindow : Window
     {
         string comments =
             _("LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop");
-        string copyright = "Copyright (C) 2009-2012 SÃbastien Wilmet";
+        string copyright = "Copyright (C) 2009-2013 SÃbastien Wilmet";
 
         string website = "http://projects.gnome.org/latexila/";;
 



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