diff options
-rw-r--r-- | plugins/SmileyAdd/src/smileys.cpp | 3 | ||||
-rw-r--r-- | plugins/TabSRMM/src/resource.h | 1 | ||||
-rw-r--r-- | src/core/stdmsg/src/resource.h | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/smileys.cpp b/plugins/SmileyAdd/src/smileys.cpp index abb83b3db6..615698a405 100644 --- a/plugins/SmileyAdd/src/smileys.cpp +++ b/plugins/SmileyAdd/src/smileys.cpp @@ -492,7 +492,8 @@ bool SmileyPackType::LoadSmileyFileXEP(CMStringW &tbuf, bool onlyInfo) }
xmlDestroyNode(xmlRoot);
-
m_VisibleCount = m_SmileyList.getCount();
AddTriggersToSmileyLookup();
+
m_VisibleCount = m_SmileyList.getCount();
AddTriggersToSmileyLookup();
+
selec.x = selec.y = win.x = win.y = 0;
return true;
}
diff --git a/plugins/TabSRMM/src/resource.h b/plugins/TabSRMM/src/resource.h index c4472425c5..b0ecaae43e 100644 --- a/plugins/TabSRMM/src/resource.h +++ b/plugins/TabSRMM/src/resource.h @@ -193,7 +193,6 @@ #define IDC_TOGGLETOOLBAR 1144
#define IDC_ERRORTEXT 1145
#define IDC_SHOWNOTIFY 1146
-#define IDC_STATUSWIN 1147
#define IDC_TYPEFLASHWIN 1148
#define IDC_CHARCOUNT 1149
#define IDC_TYPENOWIN 1150
diff --git a/src/core/stdmsg/src/resource.h b/src/core/stdmsg/src/resource.h index affe1f1b02..92b72236fb 100644 --- a/src/core/stdmsg/src/resource.h +++ b/src/core/stdmsg/src/resource.h @@ -136,7 +136,6 @@ #define IDC_ERRORTEXT 1596
#define IDC_MSGTEXT 1597
#define IDC_SHOWNOTIFY 1600
-#define IDC_STATUSWIN 1601
#define IDC_TYPEWIN 1602
#define IDC_CHARCOUNT 1603
#define IDC_TYPETRAY 1603
|