[Xfce4-commits] <midori:master> Add AdblockPlus website link to adblock dialog
Christian Dywan
noreply at xfce.org
Wed Sep 12 22:38:03 CEST 2012
Updating branch refs/heads/master
to 00cb292b80444ac000093a778ade5db99b294592 (commit)
from 13c884b5cb65e5ea883929cde9cacc5c05dcd7fc (commit)
commit 00cb292b80444ac000093a778ade5db99b294592
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Sep 12 21:28:16 2012 +0200
Add AdblockPlus website link to adblock dialog
extensions/adblock.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extensions/adblock.c b/extensions/adblock.c
index 15f465d..f150432 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)
+ "<a href=\"http://adblockplus.org/en/subscriptions\">adblockplus.org/en/subscriptions</a> "
"<a href=\"http://easylist.adblockplus.org/\">easylist.adblockplus.org</a>");
#else
+ "<u>http://adblockplus.org/en/subscriptions</u> "
"<u>http://easylist.adblockplus.org/</u>");
#endif
#if GTK_CHECK_VERSION (2, 18, 0)
More information about the Xfce4-commits
mailing list