[longomatch] Add translator to the About dialog



commit 57fd873aafefd39bd23cc0559fa9c96049f70f3c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Jan 15 00:22:25 2010 +0100

    Add translator to the About dialog

 LongoMatch/Gui/MainWindow.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index 59ce509..896bff5 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -487,6 +487,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.";
 			about.Authors = new string[] {"Andoni Morales Alastruey"};
 			about.Artists = new string[] {"Bencomo González Marrero"};
+			about.TranslatorCredits = "Andoni Morales Alastruey (es)\n"+
+				"Mario Blättermann (de)\n"+
+				"Pavel Bárta (cs)\n";
 			about.TransientFor = this;
 			Gtk.AboutDialog.SetUrlHook(delegate(AboutDialog dialog,string url) {
 				try {



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