[latexila] Update about dialog data



commit c5dcc75f7af0132b4163be4224ebdfea8a0ac4b1
Author: SÃbastien Wilmet <swilmet gnome org>
Date:   Thu Aug 2 04:19:22 2012 +0200

    Update about dialog data

 src/main_window.vala |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/main_window.vala b/src/main_window.vala
index 4ca8ac8..54d7faf 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -1132,7 +1132,7 @@ public class MainWindow : Window
 
         string[] authors =
         {
-            "SÃbastien Wilmet <sebastien wilmet gmail com>",
+            "SÃbastien Wilmet <swilmet gnome org>",
             null
         };
 
@@ -1140,7 +1140,7 @@ public class MainWindow : Window
         {
             "Ann Melnichuk <melnichu qtp ufl edu>",
             "Eric Forgeot <e forgeot laposte net>",
-            "SÃbastien Wilmet <sebastien wilmet gmail com>",
+            "SÃbastien Wilmet <swilmet gnome org>",
             "The Kile Team http://kile.sourceforge.net/";,
             "Gedit LaTeX Plugin http://live.gnome.org/Gedit/LaTeXPlugin";,
             null
@@ -1167,7 +1167,7 @@ public class MainWindow : Window
             "title", _("About LaTeXila"),
             "translator-credits", _("translator-credits"),
             "website", website,
-            "logo", logo,
-            null);
+            "logo", logo
+        );
     }
 }



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