diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-08 19:44:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-08 19:44:51 +0300 |
commit | 290518a76e3dbed5f3452f9e210c90246c8875d4 (patch) | |
tree | fd88db301fa85e98d9c3a3771676e1464f392b5b /plugins/SmileyAdd/src/options.h | |
parent | f9e9f87fe527ef131e10518ed19b5cd071299c9b (diff) |
merge of recent SRMM-related fixes
Diffstat (limited to 'plugins/SmileyAdd/src/options.h')
-rw-r--r-- | plugins/SmileyAdd/src/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SmileyAdd/src/options.h b/plugins/SmileyAdd/src/options.h index 130493177e..7ffa3f0b94 100644 --- a/plugins/SmileyAdd/src/options.h +++ b/plugins/SmileyAdd/src/options.h @@ -26,7 +26,6 @@ int SmileysOptionsInitialize(WPARAM wParam, LPARAM lParam); class OptionsType
{
public:
- bool PluginSupportEnabled;
bool EnforceSpaces;
bool ScaleToTextheight;
bool UseOneForAll;
@@ -39,7 +38,7 @@ public: bool InputSmileys;
bool DCursorSmiley;
bool DisableCustom;
- bool HQScaling;
+ bool HQScaling;
bool HorizontalSorting;
unsigned ButtonStatus;
unsigned SelWndBkgClr;
|