1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Copyright] Small string changes + 2014 copyright

This commit is contained in:
nowrep 2014-01-05 00:57:47 +01:00
parent 3a3e7341a2
commit a1f1d76404
3 changed files with 32 additions and 29 deletions

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
*
* 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
@ -242,8 +242,11 @@
QtWin class from
http://labs.qt.nokia.com/2009/09/15/using-blur-behind-on-windows/
-----------------------------------------------------------------------------
In application are used also some icons from Faenza and Oxygen icon sets,
which are licensed under the GNU/GPL license.
More info at http://tiheum.deviantart.com/art/Faenza-Icons-173323228 and
http://www.oxygen-icons.org/
In application are used also some icons from Oxygen icon set, which are
licensed under the GNU/LGPL license.
More info at http://www.oxygen-icons.org/
-----------------------------------------------------------------------------
Speed Dial uses some icons from Faenza icon set, which are licensed under
the GNU/GPL license.
More info at http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-----------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
*
* 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
@ -246,7 +246,7 @@
licensed under the GNU/LGPL license.
More info at http://www.oxygen-icons.org/
-----------------------------------------------------------------------------
Speed Dial page some icons from Faenza icon set, which are licensed under
Speed Dial uses some icons from Faenza icon set, which are licensed under
the GNU/GPL license.
More info at http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-----------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
*
* 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
@ -962,7 +962,7 @@ void WebView::createPageContextMenu(QMenu* menu, const QPoint &pos)
else {
menu->addSeparator();
menu->addAction(tr("&Add new page"), this, SLOT(addSpeedDial()));
menu->addAction(tr("&Add New Page"), this, SLOT(addSpeedDial()));
menu->addAction(tr("&Configure Speed Dial"), this, SLOT(configureSpeedDial()));
}
}