Changeset 3375


Ignore:
Timestamp:
Oct 11, 2007, 8:55:14 PM (15 years ago)
Author:
charles
Message:

(1) fix Makefile breakage from my last commit. (2) follow Gnome HIG for what shortcut to use for 'close'

Location:
trunk/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gtk/Makefile.am

    r3340 r3375  
    1212    dialogs.h \
    1313    hig.h \
    14     img_icon_full.h \
    1514    io.h \
    1615    ipc.h \
     16    logo.h \
    1717    makemeta-ui.h \
    1818    msgwin.h \
  • trunk/gtk/actions.c

    r3373 r3375  
    7979    N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
    8080  { "close", GTK_STOCK_CLOSE,
    81     N_("_Close"), "<control>C", NULL, G_CALLBACK(action_cb) },
     81    N_("_Close"), "<control>W", NULL, G_CALLBACK(action_cb) },
    8282  { "quit", GTK_STOCK_QUIT,
    8383    N_("_Quit"), "<control>Q", NULL, G_CALLBACK(action_cb) },
Note: See TracChangeset for help on using the changeset viewer.