diff --git a/linux/appdata/org.kde.falkon.appdata.xml b/linux/appdata/org.kde.falkon.appdata.xml index 477ecbe81..5e8df5050 100644 --- a/linux/appdata/org.kde.falkon.appdata.xml +++ b/linux/appdata/org.kde.falkon.appdata.xml @@ -79,13 +79,12 @@

xxFalkon has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.xx

Falkon 包含所有浏览器的高级功能,包括书签、历史、侧边栏和标签页。您可以通过内置的 RSS 阅读器管理 RSS 资源,通过内置的 AdBlock 插件屏蔽广告,通过 Click2Flash 屏蔽 Flash 内容,通过 SSL 管理器编辑本地 CA 认证数据库。

- https://kde.org/ https://cdn.kde.org/screenshots/falkon/falkon.png - https://userbase.kde.org/Falkon + https://falkon.org https://bugs.kde.org/enter_bug.cgi?format=guided&product=falkon KDE diff --git a/src/lib/app/qzcommon.cpp b/src/lib/app/qzcommon.cpp index 708e792ba..5fd118481 100644 --- a/src/lib/app/qzcommon.cpp +++ b/src/lib/app/qzcommon.cpp @@ -26,7 +26,7 @@ FALKON_EXPORT const char *APPNAME = "Falkon"; FALKON_EXPORT const char *VERSION = FALKON_VERSION; FALKON_EXPORT const char *AUTHOR = "David Rosca"; FALKON_EXPORT const char *COPYRIGHT = "2010-2018"; -FALKON_EXPORT const char *WWWADDRESS = "https://kde.org"; +FALKON_EXPORT const char *WWWADDRESS = "https://falkon.org"; FALKON_EXPORT const char *BUGSADDRESS = "https://bugs.kde.org/describecomponents.cgi?product=Falkon"; FALKON_EXPORT const char *WIKIADDRESS = "https://userbase.kde.org/Falkon"; } diff --git a/windows/installer.nsi b/windows/installer.nsi index 27c0b1c8e..3a13f802c 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -291,7 +291,7 @@ Section -Uninstaller WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "HelpLink" "https://userbase.kde.org/Falkon" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallLocation" "$INSTDIR" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "InstallSource" "$EXEDIR" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "https://kde.org" + WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "https://falkon.org" ${GetSize} "$INSTDIR" "/S=0K" $0 $1 $2 WriteRegDWORD ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0" skipUninstaller: