a:wq
authorchenpu@localhost
Tue, 13 Apr 2010 01:05:26 -0700
changeset 22 c5c842f9ed91
parent 21 c6a79e6644e1
child 23 a1e6a6dc96c0
a:wq
cmdassist/src/pre-dialog.c
--- a/cmdassist/src/pre-dialog.c	Mon Apr 12 21:14:22 2010 -0700
+++ b/cmdassist/src/pre-dialog.c	Tue Apr 13 01:05:26 2010 -0700
@@ -472,9 +472,7 @@
 	system_panel_label_language = gtk_label_new(_("Default language:"));
 	system_panel_combobox_language = gtk_combo_box_new_text();
 	gtk_combo_box_append_text(system_panel_combobox_language, _("System Default Language"));
-	gtk_combo_box_append_text(system_panel_combobox_language, "French");
 	gtk_combo_box_append_text(system_panel_combobox_language, "Japanese");
-	gtk_combo_box_append_text(system_panel_combobox_language, "Simplified Chinese");
 	system_panel_hbox_language = gtk_hbox_new (FALSE, 10);
 
 	system_panel_input_url = gtk_text_view_new();