Mercurial > pidgin.yaz
comparison pidgin/gtkblist.c @ 21081:7d6e7b8bd4ed
Not a clean diff
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Tue, 09 Oct 2007 20:54:40 +0000 |
parents | aa715ff33698 |
children | 7821fa7b22db |
comparison
equal
deleted
inserted
replaced
21080:aa715ff33698 | 21081:7d6e7b8bd4ed |
---|---|
3106 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, | 3106 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, |
3107 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, | 3107 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, |
3108 #if GTK_CHECK_VERSION(2,6,0) | 3108 #if GTK_CHECK_VERSION(2,6,0) |
3109 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<StockItem>", GTK_STOCK_ABOUT }, | 3109 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<StockItem>", GTK_STOCK_ABOUT }, |
3110 #else | 3110 #else |
3111 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<Item>", NULL }, | 3111 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<Item>", NULL }, |
3112 #endif | 3112 #endif |
3113 }; | 3113 }; |
3114 | 3114 |
3115 /********************************************************* | 3115 /********************************************************* |
3116 * Private Utility functions * | 3116 * Private Utility functions * |