summaryrefslogtreecommitdiff
path: root/capplets/default-applications/gnome-default-applications-properties-structs.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/default-applications/gnome-default-applications-properties-structs.c')
-rw-r--r--capplets/default-applications/gnome-default-applications-properties-structs.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c
index 06374424e..34ff31cea 100644
--- a/capplets/default-applications/gnome-default-applications-properties-structs.c
+++ b/capplets/default-applications/gnome-default-applications-properties-structs.c
@@ -6,17 +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_("Firebird/FireFox"), "mozilla-firebird", "mozilla-firebird %s", FALSE, FALSE },
+ { N_("Firebird/FireFox"), "mozilla-firefox", "mozilla-firebird %s", FALSE, FALSE },
+ { N_("Firebird/FireFox"), "firefox", "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"), "w3m", "w3m %s", TRUE, FALSE },
+ { N_("W3M Text Browser"), "w3n", "w3m %s", TRUE, FALSE },
{ N_("Lynx Text Browser"), "lynx", "lynx %s", TRUE, FALSE },
{ N_("Links Text Browser") , "links", "links %s", TRUE, FALSE }
};
@@ -51,7 +51,6 @@ 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 },