diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-06 20:13:00 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-06 20:13:00 +0300 |
commit | e787977a76ef3579d0fdd690530aa5c5ee231aff (patch) | |
tree | 78ab53b34b712c6a2e7393881254466d07b07a53 /plugins/Msg_Export/res/resource.rc | |
parent | 63ccf9482d4328cbbcf597c137954211f7bd24c2 (diff) |
fixes #4273 (Msg_Export to share JSON export format from Import plugin)
Diffstat (limited to 'plugins/Msg_Export/res/resource.rc')
-rw-r--r-- | plugins/Msg_Export/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index 2c9a4b412e..262a43280b 100644 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -81,7 +81,7 @@ BEGIN CONTROL "Use JSON format for export",IDC_USE_JSON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,150,287,10
CONTROL "Use UTF-8 in new files",IDC_USE_UTF8_IN_NEW_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,163,287,10
CONTROL "Append extra new line",IDC_APPEND_NEWLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,176,287,10
- CONTROL "Use << and >>",IDC_USE_LESS_AND_GREATER_IN_EXPORT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,188,287,10
+ CONTROL "Use << and >>",IDC_USE_ANGLE_BRACKETS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,188,287,10
END
IDD_OPT_CONTACTS DIALOGEX 0, 0, 310, 234
|