blob: 146b9e59452954884d724e44ecf25ee909f16685 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 [] =
|