Removed the "Change to..." fake menuitem from spelling dictionaries menu.
[claws.git] / src / gtk / gtkaspell.c
index 74001c1245b2c7d27e201922815c1e96fcbb037a..aba296918a3fd73a2db74a47273d16e2586c47cb 100644 (file)
@@ -1797,12 +1797,6 @@ static GtkWidget *make_dictionary_list_submenu(GtkAspell *gtkaspell)
        menu = gtk_menu_new();
        curmenu = menu;
 
-       item = gtk_menu_item_new_with_label(_("Change to..."));
-       gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
-
-       item = gtk_separator_menu_item_new();
-       gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
-
        for (tmp = gtkaspellcheckers->dictionary_list; tmp != NULL; 
                        tmp = g_slist_next(tmp)) {
                if (count == MENUCOUNT) {