summaryrefslogtreecommitdiff
path: root/src/modules/chat/log.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-19 15:49:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-19 15:49:47 +0000
commit03faabc4ee5eb6a9bfa5882f155cf3225128ca42 (patch)
treeab6394e2f01545fa72e54fc23ada6bc1d68884d2 /src/modules/chat/log.cpp
parentc1a20ab8fa9fd5a3d841965c7afd3ee13167f35b (diff)
chat log icons are back
git-svn-id: http://svn.miranda-ng.org/main/trunk@7761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/chat/log.cpp')
-rw-r--r--src/modules/chat/log.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/chat/log.cpp b/src/modules/chat/log.cpp
index 50aa1d2a2e..115b9fc907 100644
--- a/src/modules/chat/log.cpp
+++ b/src/modules/chat/log.cpp
@@ -25,8 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// The code for streaming the text is to a large extent copied from
// the srmm module and then modified to fit the chat module.
-static PBYTE pLogIconBmpBits[14];
-static int logIconBmpSize[ SIZEOF(pLogIconBmpBits) ];
+PBYTE pLogIconBmpBits[14];
+int logIconBmpSize[ SIZEOF(pLogIconBmpBits) ];
static int EventToIndex(LOGINFO * lin)
{