changeset 562:072bd7c21c2f

Adapted the credits to mention Erwan and changed to the new Qt logo. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@803 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 08 Oct 2008 17:54:28 +0000
parents 0af648c3bcf9
children 65e6146fe411
files resources/qt_logo.png src/aboutdialog.cpp
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
Binary file resources/qt_logo.png has changed
--- a/src/aboutdialog.cpp	Tue Oct 07 15:14:56 2008 +0000
+++ b/src/aboutdialog.cpp	Wed Oct 08 17:54:28 2008 +0000
@@ -50,9 +50,10 @@
     creditsTextBrowser->setHtml("<html><head></head><body>"
         "<pre> </br></pre>"
         "<h3 align='center'>Thanks go out to</h3>"
-        "<p align='center'><b>Nelson Tai</b> for chinese translation, good ideas and always fast answers.</p></br>"
-		"<p align='center'><b>Sebastian Pipping</b> for helping me bring UiGUI into the Debian repository and other good ideas.</p></br>"
-        "<p align='center'><b>Oleksandr</b> for ukrainian and russian translation.</p></br>"
+        "<p align='center'><b>Nelson Tai</b> for Chinese translation, good ideas and always fast answers.</p></br>"
+        "<p align='center'><a href=\"http://www.hartwork.org/\"><b>Sebastian Pipping</b></a> for helping me bring UiGUI into the Debian repository and other good ideas.</p></br>"
+        "<p align='center'><b>Oleksandr</b> for Ukrainian and Russian translation.</p></br>"
+        "<p align='center'><b>Erwan</b> for French translation and the new icon logo.</p></br>"
 		"<p align='center'>The <b>Scintilla</b> project for their great text editing component.</p></br>"
         "<p align='center'><b>Riverbank</b> for their Scintlla Qt wrapper QScintilla.</p></br>"
         "<p align='center'>The <b>Artistic Style</b> project.</p></br>"
@@ -66,10 +67,10 @@
         "<p align='center'>The <b>PHP_Beautifier</b> project.</p></br>"
 		"<p align='center'>The <b>phpCB</b> project.</p></br>"
         "<p align='center'>The <b>Uncrustify</b> project, specially <b>Ben Gardner</b>.</p></br>"
-        "<p align='center'><b>Nirvash</b> for the initial japanese translation.</p></br>"
+        "<p align='center'><b>Nirvash</b> for the initial Japanese translation.</p></br>"
         "<p align='center'>The <b>Tango Project</b> for their icons.</p></br>"
         "<p align='center'><b>famfamfam</b> for the flag icons.</p></br>"
-        "<p align='center'><b>Trolltech</b> for their really great GUI framework <img src=\":/aboutDialog/qt_logo.png\"  align=\"middle\"/>.</p></br>"
+        "<p align='center'><b>Trolltech</b> for their really great GUI framework <img src=\":/aboutDialog/qt_logo.png\"/>.</p></br>"
         "<h3 align='center'>My girlfriend for putting my head right and not sit all the time in front of my computer ;-)</h3>"
         "</body></html>");