diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-18 11:06:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-18 11:06:19 +0000 |
commit | b99d701ec9d87a0ebf78f51d500612fb3fccd088 (patch) | |
tree | f67ab13b22ae85b00aac674ab9c760acd32bdaff /plugins | |
parent | 8f1a8e25c6418fd4bb53036d401a64d727cef045 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@9844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.pas | 1 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.rc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas index d5c532d855..ab70486199 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.pas +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.pas @@ -54,7 +54,6 @@ const ID_FORMATTING_GROUP = 200; // "Text formatting options" group
IDC_BBCODE = 201; // "Enable BBCodes" checkbox
IDC_SMILEY = 202; // "Enable SmileyAdd support" checkbox
- IDC_MATH = 203; // "Enable MathModule support" checkbox
IDC_RAWRTF = 204; // "Enable raw RTF support" checkbox
IDC_AVATARSHISTORY = 205; // "Display chanage avatars" checkbox
diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.rc b/plugins/HistoryPlusPlus/hpp_opt_dialog.rc index 76cbb657c7..e6ac7b7d7f 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.rc +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.rc @@ -17,7 +17,6 @@ FONT 8, "MS SHELL DLG" CONTROL "Formatting options", 200, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 6, 44, 302, 45
CONTROL "Enable BBCodes", 201, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 54, 140, 11
CONTROL "Enable SmileyAdd support", 202, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 64, 140, 11
- CONTROL "Enable MathModule support", 203, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 74, 140, 11
CONTROL "Enable raw RTF support", 204, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 166, 54, 140, 11
CONTROL "Display changed avatars", 205, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 166, 64, 140, 11
|