summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index a4734675..a1fb378f 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -193,7 +193,7 @@ static const iMenuItem identityButtonMenuItems_[] = {
193 { "---", 0, 0, NULL }, 193 { "---", 0, 0, NULL },
194#if !defined (iHaveNativeMenus) 194#if !defined (iHaveNativeMenus)
195 { "New Identity...", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" }, 195 { "New Identity...", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" },
196 { "Import...", 0, 0, "ident.import" }, 196 { "Import...", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" },
197 { "---", 0, 0, NULL }, 197 { "---", 0, 0, NULL },
198 { "Show Identities", '4', KMOD_PRIMARY, "sidebar.mode arg:3 show:1" }, 198 { "Show Identities", '4', KMOD_PRIMARY, "sidebar.mode arg:3 show:1" },
199#else 199#else