diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-06 14:25:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-06 14:25:08 +0300 |
commit | a243ea9b99bfb820b7bfad322e6a97246d88c6c2 (patch) | |
tree | 81bc1a3cab152b3f599de0ffd6ae623a29ce022e /plugins/DbChecker/res | |
parent | 3282476d92aa415a138697669e8000eb54b04d0c (diff) |
Dbchecker: restored ability to fix utf-8 in old events
Diffstat (limited to 'plugins/DbChecker/res')
-rw-r--r-- | plugins/DbChecker/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc index 46f1084e6a..1b3f792c1e 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -47,6 +47,7 @@ BEGIN EDITTEXT IDC_FILENAME,6,50,235,12,ES_AUTOHSCROLL PUSHBUTTON "...",IDC_OPENFILE,243,49,15,13 CONTROL "Mark all events as read",IDC_MARKREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,69,248,10 + CONTROL "Fix utf-8 encoding in old events",IDC_FIX_UTF8,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,83,248,10 END IDD_OPENERROR DIALOGEX 0, 0, 262, 143 |