use the right name for each browser instead of listing different names for

2004-11-30  Sebastien Bacher  <seb128@debian.org>

	* gnome-default-applications-properties-structs.c: use the right name
	for each browser instead of listing different names for some entry
	(#155246).
This commit is contained in:
Sebastien Bacher 2004-11-30 01:22:50 +00:00 committed by Sebastien Bacher
parent 5c4a42e79d
commit 048188955e
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2004-11-30 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: use the right name
for each browser instead of listing different names for some entry
(#155246).
2004-11-26 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.glade: changed a mnemonic to

View file

@ -10,10 +10,10 @@ BrowserDescription possible_browsers[] = {
{ N_("Epiphany"), "epiphany", "epiphany %s", FALSE, FALSE },
{ N_("Galeon"), "galeon", "galeon %s", FALSE, FALSE },
{ N_("Encompass"), "encompass", "encompass %s", FALSE, FALSE },
{ N_("Firebird/FireFox"), "mozilla-firebird", "mozilla-firebird %s", FALSE, FALSE },
{ N_("Firebird"), "mozilla-firebird", "mozilla-firebird %s", FALSE, FALSE },
{ N_("Firefox"), "firefox", "firefox %s", FALSE, FALSE },
{ N_("Mozilla/Netscape 6"), "mozilla-1.6", "mozilla-1.6 %s", FALSE, FALSE },
{ N_("Mozilla/Netscape 6"), "mozilla", "mozilla %s", FALSE, FALSE },
{ N_("Mozilla"), "mozilla-1.6", "mozilla-1.6 %s", FALSE, FALSE },
{ N_("Mozilla"), "mozilla", "mozilla %s", FALSE, FALSE },
{ N_("Netscape Communicator"), "netscape", "netscape %s", FALSE, FALSE },
{ N_("Konqueror"), "konqueror", "konqueror %s", FALSE, FALSE },
{ N_("W3M Text Browser"), "w3m", "w3m %s", TRUE, FALSE },