From ba4a0fac77520bbeaaa0623d143b3cd3a4c91e4f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 4 Jun 2010 10:44:25 +0000 Subject: [PATCH] Added Mirco Chinelli to contributors --- AUTHORS | 1 + src/about_imp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index fc4e7d208..77eb4b16f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Author: Contributors: * Stefanos Antaris * Mohammad Dib +* Mirco Chinelli * Ishan Arora * Arnaud Demaizière * Grigis Gaëtan diff --git a/src/about_imp.h b/src/about_imp.h index d5400c470..b902a5cbb 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -54,7 +54,7 @@ class about : public QDialog, private Ui::AboutDlg{ te_thanks->append(QString::fromUtf8("")); te_thanks->append(QString::fromUtf8("
  • I would first like to thank sourceforge.net for hosting qBittorrent project and for their support.
  • ")); te_thanks->append(QString::fromUtf8("
  • I am pleased that people from all over the world are contributing to qBittorrent: Ishan Arora (India), Arnaud Demaizière (France) and Stephanos Antaris (Greece). Their help is greatly appreciated
  • ")); - te_thanks->append(QString::fromUtf8("
  • I also want to thank Στέφανος Αντάρης (santaris@csd.auth.gr) for working on Mac OS X packaging.
  • ")); + te_thanks->append(QString::fromUtf8("
  • I also want to thank Στέφανος Αντάρης (santaris@csd.auth.gr) and Mirco Chinelli (infinity89@fastwebmail.it) for working on Mac OS X packaging.
  • ")); te_thanks->append(QString::fromUtf8("
  • I am grateful to Peter Koeleman (peter@qbittorrent.org) and Mohammad Dib (mdib@qbittorrent.org) for working on qBittorrent port to Windows.
  • ")); te_thanks->append(QString::fromUtf8("
  • Thanks a lot to our graphist Mateusz Toboła (tobejodok@qbittorrent.org) for his great work.


")); te_thanks->scrollToAnchor(QString::fromUtf8("top"));