Changeset 3375
- Timestamp:
- Oct 11, 2007, 8:55:14 PM (15 years ago)
- Location:
- trunk/gtk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/Makefile.am
r3340 r3375 12 12 dialogs.h \ 13 13 hig.h \ 14 img_icon_full.h \15 14 io.h \ 16 15 ipc.h \ 16 logo.h \ 17 17 makemeta-ui.h \ 18 18 msgwin.h \ -
trunk/gtk/actions.c
r3373 r3375 79 79 N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) }, 80 80 { "close", GTK_STOCK_CLOSE, 81 N_("_Close"), "<control> C", NULL, G_CALLBACK(action_cb) },81 N_("_Close"), "<control>W", NULL, G_CALLBACK(action_cb) }, 82 82 { "quit", GTK_STOCK_QUIT, 83 83 N_("_Quit"), "<control>Q", NULL, G_CALLBACK(action_cb) },
Note: See TracChangeset
for help on using the changeset viewer.