diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-15 16:15:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-15 16:15:47 +0800 |
commit | 935f229e606785f5a6a898554019d01e31a29605 (patch) | |
tree | 063daf27d1bb03daf7232f2d402c6f92a9698a18 /www/epiphany | |
parent | 4d30421a6fdb001013b2bbe5273535df3046b37e (diff) | |
download | marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar.gz marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar.bz2 marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar.lz marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar.xz marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.tar.zst marcuscom-ports-935f229e606785f5a6a898554019d01e31a29605.zip |
Add a few default BSD-related bookmarks.
Suggested by: Chris Coleman <chrisc@vmunix.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6075 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c b/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c new file mode 100644 index 000000000..146b9e594 --- /dev/null +++ b/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c @@ -0,0 +1,14 @@ +--- src/bookmarks/ephy-bookmarks.c.orig Sat Apr 15 04:11:39 2006 ++++ src/bookmarks/ephy-bookmarks.c Sat Apr 15 04:13:43 2006 +@@ -92,7 +92,10 @@ static const EphyBookmarksBookmarkInfo d + * For instance in .nl these should be + * "http://www.google.nl" and "http://www.google.nl/search?q=%s" + */ +- { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") } ++ { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") }, ++ { N_("The FreeBSD Project"), N_("http://www.freebsd.org/") }, ++ { N_("Daemon News"), N_("http://daemonnews.org/") }, ++ { N_("BSD News"), N_("http://bsdnews.com/") } + }; + + static const char *default_topics [] = |