comparison src/gtkprefs.c @ 6070:8469f83b6cae

[gaim-migrate @ 6520] Well, they're alphabetized. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 09 Jul 2003 04:32:53 +0000
parents 80e3641ee9eb
children 4314e6be74c4
comparison
equal deleted inserted replaced
6069:5ca86172352a 6070:8469f83b6cae
1248 char *name; 1248 char *name;
1249 char *command; 1249 char *command;
1250 }; 1250 };
1251 1251
1252 static struct browser possible_browsers[] = { 1252 static struct browser possible_browsers[] = {
1253 {N_("Konqueror"), "kfmclient"},
1254 {N_("Opera"), "opera"}, 1253 {N_("Opera"), "opera"},
1255 {N_("Galeon"), "galeon"},
1256 {N_("Netscape"), "netscape"}, 1254 {N_("Netscape"), "netscape"},
1257 {N_("Mozilla"), "mozilla"}, 1255 {N_("Mozilla"), "mozilla"},
1256 {N_("Konqueror"), "kfmclient"},
1257 {N_("Galeon"), "galeon"}
1258 }; 1258 };
1259 static const int num_possible_browsers = 5; 1259 static const int num_possible_browsers = 5;
1260 1260
1261 GList *browsers = NULL; 1261 GList *browsers = NULL;
1262 int i = 0; 1262 int i = 0;