From: Christian Dywan Date: Wed, 12 Sep 2012 19:28:16 +0000 (+0200) Subject: Add AdblockPlus website link to adblock dialog X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cb292b80444ac000093a778ade5db99b294592;p=midori Add AdblockPlus website link to adblock dialog --- 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)