From 68eff6bc3ad264b34c7cacb83be582fed4dab58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mladen=20Pejakovi=C4=87?= Date: Sat, 21 Sep 2013 00:02:56 +0200 Subject: [PATCH] Contributor's email address change --- src/lib/network/schemehandlers/qupzillaschemehandler.cpp | 4 ++-- src/lib/preferences/jsoptions.cpp | 2 +- src/lib/preferences/jsoptions.h | 2 +- src/plugins/PIM/PIM_handler.cpp | 2 +- src/plugins/PIM/PIM_handler.h | 2 +- src/plugins/PIM/PIM_plugin.cpp | 4 ++-- src/plugins/PIM/PIM_plugin.h | 2 +- src/plugins/PIM/PIM_settings.cpp | 2 +- src/plugins/PIM/PIM_settings.h | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp index 4b02cb826..e1e6bcf12 100644 --- a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp +++ b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp @@ -221,7 +221,7 @@ QString QupZillaSchemeReply::aboutPage() aPage.replace(QLatin1String("%MAIN-DEVELOPER-TEXT%"), authorString(QupZilla::AUTHOR.toUtf8(), "nowrep@gmail.com")); aPage.replace(QLatin1String("%CONTRIBUTORS%"), tr("Contributors")); aPage.replace(QLatin1String("%CONTRIBUTORS-TEXT%"), - authorString("Mladen Pejaković", "pejakm@gmail.com") + "
" + + authorString("Mladen Pejaković", "pejakm@autistici.org") + "
" + authorString("Alexander Samilov", "alexsamilovskih@gmail.com") + "
" + authorString("Seyyed Razi Alavizadeh", "s.r.alavizadeh@gmail.com") + "
" + authorString("Franz Fellner", "alpine.art.de@googlemail.com") + "
" + @@ -249,7 +249,7 @@ QString QupZillaSchemeReply::aboutPage() authorString("Oleg Brezhnev", "oleg-423@yandex.ru") + " (Russian)
" + authorString("Sérgio Marques", "smarquespt@gmail.com") + " (Portuguese)
" + authorString("Alexandre Carvalho", "alexandre05@live.com") + " (Brazilian Portuguese)
" + - authorString("Mladen Pejaković", "pejakm@gmail.com") + " (Serbian)
" + + authorString("Mladen Pejaković", "pejakm@autistici.org") + " (Serbian)
" + authorString("Unink-Lio", "unink4451@163.com") + " (Chinese)
" + authorString("Yu Hai", "yohanprc@eml.cc") + " (Chinese)
" + authorString("Wu Cheng-Hong", "stu2731652@gmail.com") + " (Traditional Chinese)
" + diff --git a/src/lib/preferences/jsoptions.cpp b/src/lib/preferences/jsoptions.cpp index 5a47205e1..48aa4bdf3 100644 --- a/src/lib/preferences/jsoptions.cpp +++ b/src/lib/preferences/jsoptions.cpp @@ -1,7 +1,7 @@ /* ============================================================ * QupZilla - WebKit based browser * Copyright (C) 2013 David Rosca - 2013 Mladen Pejaković + 2013 Mladen Pejaković * * 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 diff --git a/src/lib/preferences/jsoptions.h b/src/lib/preferences/jsoptions.h index 767b2fef0..a5c27a83f 100644 --- a/src/lib/preferences/jsoptions.h +++ b/src/lib/preferences/jsoptions.h @@ -1,7 +1,7 @@ /* ============================================================ * QupZilla - WebKit based browser * Copyright (C) 2013 David Rosca - 2013 Mladen Pejaković + 2013 Mladen Pejaković * * 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 diff --git a/src/plugins/PIM/PIM_handler.cpp b/src/plugins/PIM/PIM_handler.cpp index 941555793..ef99a4142 100644 --- a/src/plugins/PIM/PIM_handler.cpp +++ b/src/plugins/PIM/PIM_handler.cpp @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012-2013 David Rosca -* Copyright (C) 2012 Mladen Pejaković +* Copyright (C) 2012 Mladen Pejaković * * 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 diff --git a/src/plugins/PIM/PIM_handler.h b/src/plugins/PIM/PIM_handler.h index 7b485cf63..73eddc337 100644 --- a/src/plugins/PIM/PIM_handler.h +++ b/src/plugins/PIM/PIM_handler.h @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012 David Rosca -* Copyright (C) 2012 Mladen Pejaković +* Copyright (C) 2012 Mladen Pejaković * * 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 diff --git a/src/plugins/PIM/PIM_plugin.cpp b/src/plugins/PIM/PIM_plugin.cpp index 4cc8fb726..94c2fc7bd 100644 --- a/src/plugins/PIM/PIM_plugin.cpp +++ b/src/plugins/PIM/PIM_plugin.cpp @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012-2013 David Rosca -* Copyright (C) 2012-2013 Mladen Pejaković +* Copyright (C) 2012-2013 Mladen Pejaković * * 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 @@ -39,7 +39,7 @@ PluginSpec PIM_Plugin::pluginSpec() spec.info = "Personal Information Manager"; spec.description = "Adds ability for Qupzilla to store some personal data"; spec.version = "0.1.2"; - spec.author = QString::fromUtf8("Mladen Pejaković "); + spec.author = QString::fromUtf8("Mladen Pejaković "); spec.icon = QPixmap(":/PIM/data/PIM.png"); spec.hasSettings = true; diff --git a/src/plugins/PIM/PIM_plugin.h b/src/plugins/PIM/PIM_plugin.h index 7568348e6..c6635f9d2 100644 --- a/src/plugins/PIM/PIM_plugin.h +++ b/src/plugins/PIM/PIM_plugin.h @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012 David Rosca -* Copyright (C) 2012 Mladen Pejaković +* Copyright (C) 2012 Mladen Pejaković * * 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 diff --git a/src/plugins/PIM/PIM_settings.cpp b/src/plugins/PIM/PIM_settings.cpp index cb77f55e2..90fecea13 100644 --- a/src/plugins/PIM/PIM_settings.cpp +++ b/src/plugins/PIM/PIM_settings.cpp @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012 David Rosca -* Copyright (C) 2012 Mladen Pejaković +* Copyright (C) 2012 Mladen Pejaković * * 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 diff --git a/src/plugins/PIM/PIM_settings.h b/src/plugins/PIM/PIM_settings.h index 0cd145a6b..23022eb3f 100644 --- a/src/plugins/PIM/PIM_settings.h +++ b/src/plugins/PIM/PIM_settings.h @@ -1,7 +1,7 @@ /* ============================================================ * Personal Information Manager plugin for QupZilla * Copyright (C) 2012 David Rosca -* Copyright (C) 2012 Mladen Pejaković +* Copyright (C) 2012 Mladen Pejaković * * 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