summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-04 13:55:16 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-04 13:55:16 +0200
commit948860e1e5972d9f091d8a29abc3e8eded3be8e3 (patch)
tree7306ef4394950387f965225621a6044685102fde /src
parent2f24fe339d70844e8cb25fa52dc91631cd4372a8 (diff)
Update Help and release notes
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