diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-01 11:47:16 +0300 |
commit | 35aba3d91e39932517046ff84ab7d3e4ef0cf932 (patch) | |
tree | 69015cd0169d2134b0e8a61b87c7dd9b27865069 /protocols/ICQ-WIM/src/proto.cpp | |
parent | 2e9d13165b4fd765d95f88d26282be022e708b0d (diff) |
ICQ-WIM:
- advanced options moved to the separate dialog;
- option added to launch a browser on tray icon click;
- now additional email events aren't added if one is already active;
- duplicate notification removed
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 247492bc45..8b6fe3b126 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -52,7 +52,8 @@ CIcqProto::CIcqProto(const char* aProtoName, const wchar_t* aUserName) : m_iTimeDiff2(this, "TimeDiff2", 0), m_szPassword(this, "Password"), m_bHideGroupchats(this, "HideChats", true), - m_bUseTrayIcon(this, "UseTrayIcon", false) + m_bUseTrayIcon(this, "UseTrayIcon", false), + m_bLaunchMailbox(this, "LaunchMailbox", true) { db_set_resident(m_szModuleName, "IdleTS"); db_set_resident(m_szModuleName, "OnlineTS"); |