diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-25 16:48:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-27 00:32:02 +0300 |
commit | 24cc466028da7e224c12babfbfe425a694052be9 (patch) | |
tree | 694a8d0412b98d3f8cb5da47c86931dea1ccd3da /plugins/TabSRMM/res/resource.rc | |
parent | e2899844eb096e826c9d5bba1e338a5fd7928577 (diff) |
TabSRMM: hotkeys correction
Diffstat (limited to 'plugins/TabSRMM/res/resource.rc')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 589859ba73..23afa44d5c 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -776,8 +776,8 @@ BEGIN BEGIN
MENUITEM "Save message log as...", ID_FILE_SAVEMESSAGELOGAS
MENUITEM SEPARATOR
- MENUITEM "Close message session\tCtrl-W", ID_FILE_CLOSEMESSAGESESSION
- MENUITEM "Close container\tAlt-F4", ID_FILE_CLOSE
+ MENUITEM "Close message session\tCtrl+W", ID_FILE_CLOSEMESSAGESESSION
+ MENUITEM "Close container\tAlt+F4", ID_FILE_CLOSE
END
POPUP "&View"
BEGIN
|