[moserial] updated copyright date in about dialog



commit 607354dbf665ef2f9f3bc92f5ac8e586180230b2
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Wed Jun 13 13:30:00 2012 -0400

    updated copyright date in about dialog

 src/MainWindow.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/MainWindow.vala b/src/MainWindow.vala
index 4e82759..2df511f 100644
--- a/src/MainWindow.vala
+++ b/src/MainWindow.vala
@@ -769,7 +769,7 @@ public class moserial.MainWindow : Gtk.Window //Have to extend Gtk.Winow to get
 
                 show_about_dialog (gtkWindow,
                                    "version", Config.VERSION,
-                                   "copyright", "Copyright  2009-2011\nMichael J. Chudobiak\n<mjc svn gnome org>",
+                                   "copyright", "Copyright  2009-2012\nMichael J. Chudobiak\n<mjc svn gnome org>",
                                    "comments", _("A serial terminal for the GNOME desktop, optimized for logging and file capture."),
                                    "authors", authors,
                                    "translator-credits", translators,



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