diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 12:48:26 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 12:48:26 +0000 |
commit | 674b73e4b757bdb7ffd619b5e998e0989bd05232 (patch) | |
tree | bcbc0ed956e73fd4c39bbe22001a5cb95293972d /plugins/IEView/src/TabSRMMHTMLBuilder.cpp | |
parent | bce0eecaadc3714bdc91ad375bb0da7544de4657 (diff) |
fixed smiles and link not showing
git-svn-id: http://svn.miranda-ng.org/main/trunk@9467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/TabSRMMHTMLBuilder.cpp')
-rw-r--r-- | plugins/IEView/src/TabSRMMHTMLBuilder.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp index 6b0b3ea6aa..c83abc7969 100644 --- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp +++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp @@ -77,7 +77,8 @@ static const char *classNames[] = { ".inputArea", ".statusChange", ".dividers"
};
-TabSRMMHTMLBuilder::TabSRMMHTMLBuilder() {
+TabSRMMHTMLBuilder::TabSRMMHTMLBuilder()
+{
setLastEventType(-1);
setLastEventTime(time(NULL));
lastEventTime = time(NULL);
|