mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Contributor's email address change
This commit is contained in:
parent
1fcef58e8b
commit
68eff6bc3a
@ -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") + "<br/>" +
|
||||
authorString("Mladen Pejaković", "pejakm@autistici.org") + "<br/>" +
|
||||
authorString("Alexander Samilov", "alexsamilovskih@gmail.com") + "<br/>" +
|
||||
authorString("Seyyed Razi Alavizadeh", "s.r.alavizadeh@gmail.com") + "<br/>" +
|
||||
authorString("Franz Fellner", "alpine.art.de@googlemail.com") + "<br/>" +
|
||||
@ -249,7 +249,7 @@ QString QupZillaSchemeReply::aboutPage()
|
||||
authorString("Oleg Brezhnev", "oleg-423@yandex.ru") + " (Russian)<br/>" +
|
||||
authorString("Sérgio Marques", "smarquespt@gmail.com") + " (Portuguese)<br/>" +
|
||||
authorString("Alexandre Carvalho", "alexandre05@live.com") + " (Brazilian Portuguese)<br/>" +
|
||||
authorString("Mladen Pejaković", "pejakm@gmail.com") + " (Serbian)<br/>" +
|
||||
authorString("Mladen Pejaković", "pejakm@autistici.org") + " (Serbian)<br/>" +
|
||||
authorString("Unink-Lio", "unink4451@163.com") + " (Chinese)<br/>" +
|
||||
authorString("Yu Hai", "yohanprc@eml.cc") + " (Chinese)<br/>" +
|
||||
authorString("Wu Cheng-Hong", "stu2731652@gmail.com") + " (Traditional Chinese)<br/>" +
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* QupZilla - WebKit based browser
|
||||
* Copyright (C) 2013 David Rosca <nowrep@gmail.com>
|
||||
2013 Mladen Pejaković <pejakm@gmail.com>
|
||||
2013 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* QupZilla - WebKit based browser
|
||||
* Copyright (C) 2013 David Rosca <nowrep@gmail.com>
|
||||
2013 Mladen Pejaković <pejakm@gmail.com>
|
||||
2013 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012-2013 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012-2013 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012-2013 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012-2013 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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ć <pejakm@gmail.com>");
|
||||
spec.author = QString::fromUtf8("Mladen Pejaković <pejakm@autistici.org>");
|
||||
spec.icon = QPixmap(":/PIM/data/PIM.png");
|
||||
spec.hasSettings = true;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ============================================================
|
||||
* Personal Information Manager plugin for QupZilla
|
||||
* Copyright (C) 2012 David Rosca <nowrep@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@gmail.com>
|
||||
* Copyright (C) 2012 Mladen Pejaković <pejakm@autistici.org>
|
||||
*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user