From d781a3879c5829698595cdc6b80ba3778ffcd273 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sun, 27 Sep 1998 10:25:18 +0000 Subject: Hotkey for File/Exit should be C-q, not C-x. 1998-09-27 Federico Mena Quintero * main.c: Hotkey for File/Exit should be C-q, not C-x. svn path=/trunk/; revision=403 --- calendar/gui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index d8a5af2b87..802cd56972 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -411,7 +411,7 @@ static GnomeUIInfo gnome_cal_file_menu [] = { { GNOME_APP_UI_ITEM, N_("_Close this calendar"), NULL, close_cmd, NULL, NULL, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_CLOSE, 'w', GDK_CONTROL_MASK, NULL }, { GNOME_APP_UI_ITEM, N_("E_xit"), NULL, quit_cmd, NULL, NULL, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'x', GDK_CONTROL_MASK, NULL }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'q', GDK_CONTROL_MASK, NULL }, GNOMEUIINFO_END }; -- cgit