summaryrefslogtreecommitdiff
path: root/src/util/cresmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cresmgr.cpp')
-rw-r--r--src/util/cresmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/cresmgr.cpp b/src/util/cresmgr.cpp
index 27eb8f4..e0c7573 100644
--- a/src/util/cresmgr.cpp
+++ b/src/util/cresmgr.cpp
@@ -233,7 +233,7 @@ namespace CResMgr {
namespace general {
namespace search {
const QString icon = "find.svg";
- const QKeySequence accel(Qt::CTRL + Qt::Key_L);
+ const QKeySequence accel(Qt::CTRL + Qt::Key_N);
const char* actionName = "window_search_action";
}