summaryrefslogtreecommitdiff
path: root/libre/konqueror/konq-about-fsdg.diff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 01:48:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 01:58:48 -0300
commit3c67d59b88ecdbc3d6fcd9e75a2e0f37b40728f4 (patch)
treebe161408532f43e2be0112ab01adfba9537683c5 /libre/konqueror/konq-about-fsdg.diff
parent3324e109c85177913a8138480d2b8a8ff6377524 (diff)
downloadabslibre-3c67d59b88ecdbc3d6fcd9e75a2e0f37b40728f4.tar.gz
abslibre-3c67d59b88ecdbc3d6fcd9e75a2e0f37b40728f4.tar.bz2
abslibre-3c67d59b88ecdbc3d6fcd9e75a2e0f37b40728f4.zip
konqueror: move package from [libre-testing] to [libre]
Diffstat (limited to 'libre/konqueror/konq-about-fsdg.diff')
-rw-r--r--libre/konqueror/konq-about-fsdg.diff34
1 files changed, 0 insertions, 34 deletions
diff --git a/libre/konqueror/konq-about-fsdg.diff b/libre/konqueror/konq-about-fsdg.diff
deleted file mode 100644
index 90bcd1dfb..000000000
--- a/libre/konqueror/konq-about-fsdg.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/about/konq_aboutpage.cpp b/about/konq_aboutpage.cpp
-index 0178758..fc95efa 100644
---- a/about/konq_aboutpage.cpp
-+++ b/about/konq_aboutpage.cpp
-@@ -219,14 +219,11 @@ QString KonqAboutPageSingleton::specs()
- QStringLiteral("http://www.ecma-international.org/publications/standards/ECMA-262.HTM")))
- .arg(i18n("JavaScript disabled (globally). Enable JavaScript <A HREF=\"%1\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js")))
- .arg(i18n("JavaScript enabled (globally). Configure JavaScript <A HREF=\\\"%1\\\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // leave the double backslashes here, they are necessary for javascript !
-- .arg(i18n("Secure <A HREF=\"%1\">Java</A><SUP>&reg;</SUP> support", QStringLiteral("http://www.oracle.com/technetwork/java/index.html")))
-- .arg(i18n("JDK 1.2.0 (Java 2) compatible VM (<A HREF=\"%1\">IBM</A> or <A HREF=\"%2\">Sun/Oracle</A>)",
-- QStringLiteral("http://www.ibm.com"), QStringLiteral("http://www.oracle.com/technetwork/java/index.html")))
-+ .arg(i18n("Secure Java<SUP>&reg;</SUP> support"),
-+ QStringLiteral("about:plugins"))
- .arg(i18n("Enable Java (globally) <A HREF=\"%1\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // TODO Maybe test if Java is enabled ?
-- .arg(i18n("Netscape Communicator<SUP>&reg;</SUP> <A HREF=\"%4\">plugins</A> (for viewing <A HREF=\"%1\">Flash<SUP>&reg;</SUP></A>, <A HREF=\"%2\">Real<SUP>&reg;</SUP></A>Audio, <A HREF=\"%3\">Real<SUP>&reg;</SUP></A>Video, etc.)",
-- QStringLiteral("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"),
-- QStringLiteral("http://www.real.com"), QStringLiteral("http://www.real.com"),
-- QStringLiteral("about:plugins")))
-+ .arg(i18n("Netscape Communicator<SUP>&reg;</SUP> <A HREF=\"%1\">plugins</A>"),
-+ QStringLiteral("about:plugins"))
- .arg(i18n("built-in"))
- .arg(i18n("Secure Sockets Layer"))
- .arg(i18n("(TLS/SSL v2/3) for secure communications up to 168bit"))
-@@ -301,8 +298,8 @@ QString KonqAboutPageSingleton::tips()
- .arg(i18n("Tips"))
- .arg(i18n("Specifications"))
- .arg(i18n("Tips & Tricks"))
-- .arg(i18n("Use Web-Shortcuts: by typing \"gg: KDE\" one can search the Internet, "
-- "using Google, for the search phrase \"KDE\". There are a lot of "
-+ .arg(i18n("Use Web-Shortcuts: by typing \"dd: KDE\" one can search the Internet, "
-+ "using DuckDuckGo HTML, for the search phrase \"KDE\". There are a lot of "
- "Web-Shortcuts predefined to make searching for software or looking "
- "up certain words in an encyclopedia a breeze. You can even "
- "<a href=\"%1\">create your own</a> Web-Shortcuts.", QStringLiteral("exec:/kcmshell5 webshortcuts")))