Skip to content

Commit

Permalink
Fix menu keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-mausch committed May 9, 2021
1 parent 1670660 commit 38f7c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/Resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ BEGIN
MENUITEM "Decrypt .crypt&5...\tCtrl+5", ID_MENU_MAIN_FILE_DECRYPT_CRYPT5
MENUITEM "Decrypt .crypt&7...\tCtrl+7", ID_MENU_MAIN_FILE_DECRYPT_CRYPT7
MENUITEM "Decrypt .crypt&8...\tCtrl+8", ID_MENU_MAIN_FILE_DECRYPT_CRYPT8
MENUITEM "Decrypt .crypt&12...", ID_MENU_MAIN_FILE_DECRYPT_CRYPT12
MENUITEM "Decrypt .crypt&14...", ID_MENU_MAIN_FILE_DECRYPT_CRYPT14
MENUITEM "Decrypt .crypt1&2...", ID_MENU_MAIN_FILE_DECRYPT_CRYPT12
MENUITEM "Decrypt .crypt1&4...", ID_MENU_MAIN_FILE_DECRYPT_CRYPT14
MENUITEM SEPARATOR
MENUITEM "Export All Chats To Txt...", ID_MENU_MAIN_FILE_EXPORT_ALL_CHATS_TXT
MENUITEM "Export All Chats To Html...", ID_MENU_MAIN_FILE_EXPORT_ALL_CHATS_HTML
Expand Down

0 comments on commit 38f7c65

Please sign in to comment.