From 00cb292b80444ac000093a778ade5db99b294592 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 12 Sep 2012 21:28:16 +0200 Subject: [PATCH] Add AdblockPlus website link to adblock dialog --- extensions/adblock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/adblock.c b/extensions/adblock.c index 15f465d1..f1504325 100644 --- a/extensions/adblock.c +++ b/extensions/adblock.c @@ -529,8 +529,10 @@ adblock_get_preferences_dialog (MidoriExtension* extension) "and click \"Add\" to add it to the list. " "You can find more lists at %s."), #if GTK_CHECK_VERSION (2, 18, 0) + "adblockplus.org/en/subscriptions " "easylist.adblockplus.org"); #else + "http://adblockplus.org/en/subscriptions " "http://easylist.adblockplus.org/"); #endif #if GTK_CHECK_VERSION (2, 18, 0)