diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-23 16:48:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-23 16:48:35 +0300 |
commit | 6ffc67311f6296d0989ee7be334a185b9f30b917 (patch) | |
tree | ec9bf03a4584237a7174cef01a1d360c7992136c /plugins/DbChecker/res | |
parent | 9dbe78ee5c1ee95454d411aabb9ba87bad77fefe (diff) |
DbChecker: option for fixing old server message ids
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 b5596e8b68..cfe7839e77 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -49,6 +49,7 @@ BEGIN 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 CONTROL "Remove duplicate events",IDC_REMOVE_DUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,97,248,10 + CONTROL "Fix server message ids",IDC_FIX_SERVER_IDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,111,248,10 END IDD_OPENERROR DIALOGEX 0, 0, 262, 143 |