comparison pidgin/gtkconv.c @ 22808:fdf60a5c2f66

Kill the default F2 keybinding for show timestamps, it only confuses people
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 02 May 2008 00:30:14 +0000
parents e1052f4b0254
children 08bb9d490f38
comparison
equal deleted inserted replaced
22806:6036f4a57535 22808:fdf60a5c2f66
3050 { N_("/_Options"), NULL, NULL, 0, "<Branch>", NULL }, 3050 { N_("/_Options"), NULL, NULL, 0, "<Branch>", NULL },
3051 { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>", NULL }, 3051 { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>", NULL },
3052 { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>", NULL }, 3052 { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>", NULL },
3053 { "/Options/sep0", NULL, NULL, 0, "<Separator>", NULL }, 3053 { "/Options/sep0", NULL, NULL, 0, "<Separator>", NULL },
3054 { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>", NULL }, 3054 { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>", NULL },
3055 { N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>", NULL }, 3055 { N_("/Options/Show Ti_mestamps"), NULL, menu_timestamps_cb, 0, "<CheckItem>", NULL },
3056 }; 3056 };
3057 3057
3058 static const int menu_item_count = 3058 static const int menu_item_count =
3059 sizeof(menu_items) / sizeof(*menu_items); 3059 sizeof(menu_items) / sizeof(*menu_items);
3060 3060