From 7b81bd6f911a1c778f1eacc57faa0a4e94c5079b Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 21 Mar 2017 12:49:20 -0300 Subject: konqueror: minor fix --- libre/konqueror/libre.patch | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'libre/konqueror/libre.patch') diff --git a/libre/konqueror/libre.patch b/libre/konqueror/libre.patch index 81251960d..f772c625a 100644 --- a/libre/konqueror/libre.patch +++ b/libre/konqueror/libre.patch @@ -20,28 +20,26 @@ index 0b1c8782c..8a822fcf8 100644 add_subdirectory( about ) add_subdirectory( pics ) diff --git a/about/konq_aboutpage.cpp b/about/konq_aboutpage.cpp -index 017875809..fc95efa89 100644 +index 017875809..86d8f0d4c 100644 --- a/about/konq_aboutpage.cpp +++ b/about/konq_aboutpage.cpp -@@ -219,14 +219,11 @@ QString KonqAboutPageSingleton::specs() +@@ -219,13 +219,10 @@ QString KonqAboutPageSingleton::specs() QStringLiteral("http://www.ecma-international.org/publications/standards/ECMA-262.HTM"))) .arg(i18n("JavaScript disabled (globally). Enable JavaScript here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) .arg(i18n("JavaScript enabled (globally). Configure JavaScript here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // leave the double backslashes here, they are necessary for javascript ! - .arg(i18n("Secure Java® support", QStringLiteral("http://www.oracle.com/technetwork/java/index.html"))) - .arg(i18n("JDK 1.2.0 (Java 2) compatible VM (IBM or Sun/Oracle)", - QStringLiteral("http://www.ibm.com"), QStringLiteral("http://www.oracle.com/technetwork/java/index.html"))) -+ .arg(i18n("Secure Java® support"), -+ QStringLiteral("about:plugins")) ++ .arg(i18n("Secure Java support")) ++ .arg(i18n("JDK 1.2.0 (Java 2) compatible VM")) .arg(i18n("Enable Java (globally) here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // TODO Maybe test if Java is enabled ? - .arg(i18n("Netscape Communicator® plugins (for viewing Flash®, Real®Audio, Real®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® plugins"), -+ QStringLiteral("about:plugins")) ++ .arg(i18n("NPAPI® plugins", + 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")) -- cgit v1.2.3