diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-30 15:20:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-30 15:20:16 +0300 |
commit | ca52c77ab6e2b8f9fe85bd6ce8ba82129734fb84 (patch) | |
tree | e06b16d1524c6cf3969337f94ece17fea624934b /plugins/Scriver/src/stdafx.h | |
parent | a8f4c176d9983951d3f1b9803e08c7170a27eacd (diff) |
Scriver:
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position);
- rest of tabs options switched to UI;
- version bump
Diffstat (limited to 'plugins/Scriver/src/stdafx.h')
-rw-r--r-- | plugins/Scriver/src/stdafx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index 1d375415ea..4165870743 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -71,6 +71,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct CMPlugin : public PLUGIN<CMPlugin>
{
CMOption<BYTE> bSavePerContact, bCascade, bStayMinimized, bAutoMin, bSaveDrafts, bDelTemp, bHideContainer, bAutoPopup;
+ CMOption<BYTE> bUseTabs, bLimitTabs, bLimitChatTabs, bLimitNames, bSeparateChats, bTabCloseButton, bHideOneTab, bTabsAtBottom, bSwitchToActive;
+ CMOption<WORD> iLimitNames, iLimitTabs, iLimitChatTabs;
CMPlugin();
@@ -117,8 +119,8 @@ int StatusIconPressed(WPARAM wParam, LPARAM lParam); #include "cmdlist.h"
#include "sendqueue.h"
-#include "msgs.h"
#include "globals.h"
+#include "msgs.h"
#include "tabs.h"
#include "utils.h"
#include "input.h"
|