From 8f08fbc3270f9b932af3cc6858eb3029ae4c4505 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 24 Jan 2008 14:59:43 +0200 Subject: [PATCH] Remove menu icons from settings sub items --- src/ui-common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui-common.c b/src/ui-common.c index 4dcb107..ce6e223 100644 --- a/src/ui-common.c +++ b/src/ui-common.c @@ -190,9 +190,9 @@ static const gchar *mapper_ui = static GtkActionEntry ui_entries[] = { {"file", NULL, N_("_File"), NULL, NULL, NULL }, {"file_settings", GTK_STOCK_PREFERENCES, N_("_Settings..."), NULL, NULL, NULL }, - {"file_settings_generic", GTK_STOCK_PREFERENCES, N_("Generic..."), NULL, NULL, G_CALLBACK(menu_cb_settings) }, - {"file_settings_gps", GTK_STOCK_PREFERENCES, N_("_Gps..."), NULL, NULL, G_CALLBACK(menu_cb_settings_gps) }, - {"file_settings_osm", GTK_STOCK_PREFERENCES, N_("_Map info..."), NULL, NULL, G_CALLBACK(menu_cb_settings_osm) }, + {"file_settings_generic", NULL, N_("Generic..."), NULL, NULL, G_CALLBACK(menu_cb_settings) }, + {"file_settings_gps", NULL, N_("_Gps..."), NULL, NULL, G_CALLBACK(menu_cb_settings_gps) }, + {"file_settings_osm", NULL, N_("_Map info..."), NULL, NULL, G_CALLBACK(menu_cb_settings_osm) }, {"file_quit", GTK_STOCK_QUIT, N_("_Quit"), "Q", NULL, G_CALLBACK(gtk_main_quit) }, {"help", NULL, N_("_Help"), NULL, NULL, NULL }, -- 2.39.5