Mercurial > pidgin.yaz
comparison pidgin/gtkconv.c @ 25504:e556eb2f38d2
- add hankaku kana support to irc.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 10 Jun 2007 18:06:26 +0000 |
parents | be1c61b5f30d |
children | fb0b82b40f98 e0add2aafeaf |
comparison
equal
deleted
inserted
replaced
25503:7577706bde9c | 25504:e556eb2f38d2 |
---|---|
3447 /* Build the Send To menu */ | 3447 /* Build the Send To menu */ |
3448 | 3448 |
3449 #if ENABLE_SHORTCUT | 3449 #if ENABLE_SHORTCUT |
3450 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To")); | 3450 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To")); |
3451 #else | 3451 #else |
3452 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To")); | 3452 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("Send To")); //to free Alt-s. intentional. --yaz |
3453 #endif | 3453 #endif |
3454 gtk_widget_show(win->menu.send_to); | 3454 gtk_widget_show(win->menu.send_to); |
3455 | 3455 |
3456 menu = gtk_menu_new(); | 3456 menu = gtk_menu_new(); |
3457 gtk_menu_shell_insert(GTK_MENU_SHELL(win->menu.menubar), | 3457 gtk_menu_shell_insert(GTK_MENU_SHELL(win->menu.menubar), |