mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Merge branch 'Falkon/3.0'
This commit is contained in:
commit
593c276685
|
@ -1180,7 +1180,7 @@ void MainApplication::initPulseSupport()
|
||||||
RegisterQAppAssociation* MainApplication::associationManager()
|
RegisterQAppAssociation* MainApplication::associationManager()
|
||||||
{
|
{
|
||||||
if (!m_registerQAppAssociation) {
|
if (!m_registerQAppAssociation) {
|
||||||
QString desc = tr("Falkon is a new, fast and secure open-source WWW browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework.");
|
QString desc = tr("Falkon is a new and very fast Qt web browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework.");
|
||||||
QString fileIconPath = QApplication::applicationFilePath() + ",1";
|
QString fileIconPath = QApplication::applicationFilePath() + ",1";
|
||||||
QString appIconPath = QApplication::applicationFilePath() + ",0";
|
QString appIconPath = QApplication::applicationFilePath() + ",0";
|
||||||
m_registerQAppAssociation = new RegisterQAppAssociation("Falkon", QApplication::applicationFilePath(), appIconPath, desc, this);
|
m_registerQAppAssociation = new RegisterQAppAssociation("Falkon", QApplication::applicationFilePath(), appIconPath, desc, this);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;;;;English
|
;;;;English
|
||||||
!define PRODUCT_DESC "Falkon is a new, fast and secure open-source WWW browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on WebKit core and Qt Framework."
|
!define PRODUCT_DESC "Falkon is a new and very fast Qt web browser. Falkon is licensed under GPL version 3 or (at your option) any later version. It is based on QtWebEngine and Qt Framework."
|
||||||
|
|
||||||
!define TITLE_SecMain "Main Components"
|
!define TITLE_SecMain "Main Components"
|
||||||
!define TITLE_SecTranslations "Translations"
|
!define TITLE_SecTranslations "Translations"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user