| 55 #include "gtkprefs.h" |
55 #include "gtkprefs.h" |
| 56 #include "gtkprivacy.h" |
56 #include "gtkprivacy.h" |
| 57 #include "gtkroomlist.h" |
57 #include "gtkroomlist.h" |
| 58 #include "gtkstatusbox.h" |
58 #include "gtkstatusbox.h" |
| 59 #include "gtkscrollbook.h" |
59 #include "gtkscrollbook.h" |
| |
60 #include "gtksmiley.h" |
| 60 #include "gtkutils.h" |
61 #include "gtkutils.h" |
| 61 #include "pidgin/minidialog.h" |
62 #include "pidgin/minidialog.h" |
| 62 #include "pidgin/pidgintooltip.h" |
63 #include "pidgin/pidgintooltip.h" |
| 63 |
64 |
| 64 #include <gdk/gdkkeysyms.h> |
65 #include <gdk/gdkkeysyms.h> |
| 3099 |
3100 |
| 3100 /* Tools */ |
3101 /* Tools */ |
| 3101 { N_("/_Tools"), NULL, NULL, 0, "<Branch>", NULL }, |
3102 { N_("/_Tools"), NULL, NULL, 0, "<Branch>", NULL }, |
| 3102 { N_("/Tools/Buddy _Pounces"), NULL, pidgin_pounces_manager_show, 1, "<Item>", NULL }, |
3103 { N_("/Tools/Buddy _Pounces"), NULL, pidgin_pounces_manager_show, 1, "<Item>", NULL }, |
| 3103 { N_("/Tools/_Certificates"), NULL, pidgin_certmgr_show, 0, "<Item>", NULL }, |
3104 { N_("/Tools/_Certificates"), NULL, pidgin_certmgr_show, 0, "<Item>", NULL }, |
| |
3105 { N_("/Tools/Smile_y"), "<CTL>Y", pidgin_smiley_manager_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_SMILEY }, |
| 3104 { N_("/Tools/Plu_gins"), "<CTL>U", pidgin_plugin_dialog_show, 2, "<StockItem>", PIDGIN_STOCK_TOOLBAR_PLUGINS }, |
3106 { N_("/Tools/Plu_gins"), "<CTL>U", pidgin_plugin_dialog_show, 2, "<StockItem>", PIDGIN_STOCK_TOOLBAR_PLUGINS }, |
| 3105 { N_("/Tools/Pr_eferences"), "<CTL>P", pidgin_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES }, |
3107 { N_("/Tools/Pr_eferences"), "<CTL>P", pidgin_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES }, |
| 3106 { N_("/Tools/Pr_ivacy"), NULL, pidgin_privacy_dialog_show, 0, "<Item>", NULL }, |
3108 { N_("/Tools/Pr_ivacy"), NULL, pidgin_privacy_dialog_show, 0, "<Item>", NULL }, |
| 3107 { "/Tools/sep2", NULL, NULL, 0, "<Separator>", NULL }, |
3109 { "/Tools/sep2", NULL, NULL, 0, "<Separator>", NULL }, |
| 3108 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<Item>", NULL }, |
3110 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<Item>", NULL }, |