diff --git a/AUTHORS b/AUTHORS index 6585038a9..d384ece6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,7 +46,8 @@ Seyyed Razi Alavizadeh (Persian) Guillem Prats (Catalan) Clara Villalba (Catalan) Xabier Aramendi (Basque) -Muhammad Fawwaz Orabi (Arabic) +Muhammad Fawwaz Orabi (Arabic) +Lasso Kante (N'ko) Special thanks: diff --git a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp index d9f75f1e3..f5e9a2a61 100644 --- a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp +++ b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp @@ -1,6 +1,6 @@ /* ============================================================ * QupZilla - WebKit based browser -* Copyright (C) 2010-2013 David Rosca +* Copyright (C) 2010-2014 David Rosca * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -263,6 +263,7 @@ QString QupZillaSchemeReply::aboutPage() authorString("Guillem Prats", "guprej@gmail.com") + " (Catalan)
" + authorString("Clara Villalba", "cvilmon@gmail.com") + " (Catalan)
" + authorString("Muhammad Fawwaz Orabi", "mfawwaz93@gmail.com") + " (Arabic)
" + + authorString("Lasso Kante", "kantemou@gmail.com") + " (N'ko)
" + authorString("Xabier Aramendi", "azpidatziak@gmail.com") + " (Basque)" ); aPage = QzTools::applyDirectionToPage(aPage); diff --git a/src/lib/other/aboutdialog.cpp b/src/lib/other/aboutdialog.cpp index 76887f393..e8b99f724 100644 --- a/src/lib/other/aboutdialog.cpp +++ b/src/lib/other/aboutdialog.cpp @@ -1,6 +1,6 @@ /* ============================================================ * QupZilla - WebKit based browser -* Copyright (C) 2010-2013 David Rosca +* Copyright (C) 2010-2014 David Rosca * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -123,6 +123,7 @@ void AboutDialog::showAuthors() "Clara Villalba
" "Yu Hai
" "Muhammad Fawwaz Orabi
" + "Lasso Kante
" "Xabier Aramendi") ); m_authorsHtml += "";