[nautilus] Change 'Close all Windows' shortcut to Ctrl+Q.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Change 'Close all Windows' shortcut to Ctrl+Q.
- Date: Sat, 3 Jul 2010 17:53:04 +0000 (UTC)
commit 41526834650640aa961d026ce5dea6025f668900
Author: Marcus Carlson <marcus mejlamej nu>
Date: Fri Jul 2 18:05:22 2010 +0200
Change 'Close all Windows' shortcut to Ctrl+Q.
Fixes bug #615808.
src/nautilus-navigation-window-menus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-navigation-window-menus.c b/src/nautilus-navigation-window-menus.c
index cee948f..be6a056 100644
--- a/src/nautilus-navigation-window-menus.c
+++ b/src/nautilus-navigation-window-menus.c
@@ -802,7 +802,7 @@ static const GtkActionEntry navigation_entries[] = {
NULL, N_("Open a folder window for the displayed location"),
G_CALLBACK (action_folder_window_callback) },
/* name, stock id, label */ { "Close All Windows", NULL, N_("Close _All Windows"),
- "<control><shift>W", N_("Close all Navigation windows"),
+ "<control>Q", N_("Close all Navigation windows"),
G_CALLBACK (action_close_all_windows_callback) },
/* name, stock id, label */ { "Go to Location", NULL, N_("_Location..."),
"<control>L", N_("Specify a location to open"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]