commit dc5de8ca50faf4f9f4c456e3e6ba5887db05ccbc
parent bd6cfc227c3386329ce7baef2aac10788e47c445
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 1 Jul 2017 11:39:06 +0200
Removed the "Change to..." fake menuitem from spelling dictionaries menu.
Closes bug #3843: Non-functional "Change to…" command in Spelling menu
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/gtk/gtkaspell.c b/src/gtk/gtkaspell.c
@@ -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) {