2006-01-03  pholie <golierr@gmail.com>

	Fixes bug #324629

	* gnome-default-applications-properties-structs.c: added Opera to
	list of default browsers.
This commit is contained in:
pholie 2006-01-03 09:58:44 +00:00 committed by Rodrigo Moya
parent 1dc263e13f
commit 2f465c487e
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-01-03 pholie <golierr@gmail.com>
Fixes bug #324629
* gnome-default-applications-properties-structs.c: added Opera to
list of default browsers.
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-default-applications-properties-structs.c: Mark the

View file

@ -16,6 +16,8 @@ static BrowserDescription possible_browsers[] = {
{ N_("Mozilla"), "mozilla", "mozilla %s", FALSE, FALSE },
{ N_("Netscape Communicator"), "netscape", "netscape %s", FALSE, FALSE },
{ N_("Konqueror"), "konqueror", "konqueror %s", FALSE, FALSE },
{ N_("Opera"), "opera", "opera %s", FALSE, FALSE },
{ N_("Opera (open in new tab)"), "opera", "opera -newpage %s", FALSE, FALSE },
{ N_("W3M Text Browser"), "w3m", "w3m %s", TRUE, FALSE },
{ N_("Lynx Text Browser"), "lynx", "lynx %s", TRUE, FALSE },
{ N_("Links Text Browser") , "links", "links %s", TRUE, FALSE }