# HG changeset patch # User chenpu@localhost # Date 1271145926 25200 # Node ID c5c842f9ed9112f19470f829df6762e959371d59 # Parent c6a79e6644e1f8bb65c5ea913a6758638a18656a a:wq diff -r c6a79e6644e1 -r c5c842f9ed91 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();