Added Mozilla Firefox, Debian's "sensible-browser" and Debian's

"x-terminal-emulator"; corrected typo in "w3m" binary name.
This commit is contained in:
J.H.M. Dassen (Ray) 2004-10-13 15:40:00 +00:00
parent 0f44d74f5b
commit c1261c4812
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-10-12 J.H.M. Dassen (Ray) <jdassen@debian.org>
* gnome-default-applications-properties-structs.c: Added Mozilla
Firefox, Debian's "sensible-browser" and Debian's
"x-terminal-emulator"; corrected typo in "w3m" binary name.
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-default-applications-properties.c: (create_dialog):

View file

@ -6,15 +6,17 @@ struct _BrowserDescription {
gboolean in_path;
};
BrowserDescription possible_browsers[] = {
{ N_("Debian Sensible Browser"), "sensible-browser", "sensible-browser %s", FALSE, FALSE },
{ N_("Epiphany"), "epiphany", "epiphany %s", FALSE, FALSE },
{ N_("Galeon"), "galeon", "galeon %s", FALSE, FALSE },
{ N_("Encompass"), "encompass", "encompass %s", FALSE, FALSE },
{ N_("FireFox"), "mozilla-firefox", "mozilla-firefox %s", FALSE, FALSE },
{ N_("Firebird/FireFox"), "mozilla-firebird", "mozilla-firebird %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_("Netscape Communicator"), "netscape", "netscape %s", FALSE, FALSE },
{ N_("Konqueror"), "konqueror", "konqueror %s", FALSE, FALSE },
{ N_("W3M Text Browser"), "w3n", "w3m %s", TRUE, 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 }
};
@ -49,6 +51,7 @@ struct _TerminalDesciption {
gboolean in_path;
};
TerminalDescription possible_terminals[] = {
{ N_("Debian Terminal Emulator"), "x-terminal-emulator", "-e", FALSE },
{ N_("Gnome Terminal"), "gnome-terminal", "-x", FALSE },
{ N_("Standard XTerminal"), "xterm", "-e", FALSE },
{ N_("NXterm"), "nxterm", "-e", FALSE },