diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-08 19:57:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-08 19:57:27 +0300 |
commit | ac3d0b2bfca32beb61b7d1395034e1e6eb57362f (patch) | |
tree | a41e1f184a1f00c2ea88dd4680438e67343b21cc /plugins/DbChecker/res | |
parent | 4ed6ccea151467b4cdfac25654b8261d1a3d1c17 (diff) |
DbChecker: not only messages have server IDs
Diffstat (limited to 'plugins/DbChecker/res')
-rw-r--r-- | plugins/DbChecker/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc index 193dab259a..9ab6352bf7 100644 --- a/plugins/DbChecker/res/resource.rc +++ b/plugins/DbChecker/res/resource.rc @@ -49,7 +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 + CONTROL "Fix server event IDs",IDC_FIX_SERVER_IDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,111,248,10 END IDD_OPENERROR DIALOGEX 0, 0, 262, 143 |