comparison src/layout_util.c @ 1411:2ebf1a80ef64

Remove now useless element.
author zas_
date Tue, 10 Mar 2009 17:58:30 +0000
parents 8a531b40fe9f
children 5a534e1501e1
comparison
equal deleted inserted replaced
1410:8a531b40fe9f 1411:2ebf1a80ef64
1261 { "HelpShortcuts", NULL, N_("_Keyboard shortcuts"),NULL, NULL, CB(layout_menu_help_keys_cb) }, 1261 { "HelpShortcuts", NULL, N_("_Keyboard shortcuts"),NULL, NULL, CB(layout_menu_help_keys_cb) },
1262 { "HelpNotes", NULL, N_("_Release notes"), NULL, NULL, CB(layout_menu_notes_cb) }, 1262 { "HelpNotes", NULL, N_("_Release notes"), NULL, NULL, CB(layout_menu_notes_cb) },
1263 { "About", NULL, N_("_About"), NULL, NULL, CB(layout_menu_about_cb) }, 1263 { "About", NULL, N_("_About"), NULL, NULL, CB(layout_menu_about_cb) },
1264 { "LogWindow", NULL, N_("_Log Window"), NULL, NULL, CB(layout_menu_log_window_cb) }, 1264 { "LogWindow", NULL, N_("_Log Window"), NULL, NULL, CB(layout_menu_log_window_cb) },
1265 1265
1266 { "ExifWin", NULL, N_("E_xif window"), "<control>E", NULL, CB(layout_menu_bar_exif_cb), FALSE }, 1266 { "ExifWin", NULL, N_("E_xif window"), "<control>E", NULL, CB(layout_menu_bar_exif_cb) },
1267 1267
1268 }; 1268 };
1269 1269
1270 static GtkToggleActionEntry menu_toggle_entries[] = { 1270 static GtkToggleActionEntry menu_toggle_entries[] = {
1271 { "Thumbnails", PIXBUF_INLINE_ICON_THUMB, N_("Show _Thumbnails"), "T", N_("Show Thumbnails"), CB(layout_menu_thumb_cb), FALSE }, 1271 { "Thumbnails", PIXBUF_INLINE_ICON_THUMB, N_("Show _Thumbnails"), "T", N_("Show Thumbnails"), CB(layout_menu_thumb_cb), FALSE },