summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/chat/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-26 08:06:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-26 08:06:35 +0000
commitd3540ad7bf4de7d1bae2569db357ad91656feb76 (patch)
treecc56d3cd37825db9fdecec884457b5069d2a075c /plugins/TabSRMM/chat/main.cpp
parent13f917ea44a40282e9dd55777cdb0a5bd46e06f4 (diff)
- fix for mishmash in "Add contact" button's tooltip
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/chat/main.cpp')
-rw-r--r--plugins/TabSRMM/chat/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/chat/main.cpp b/plugins/TabSRMM/chat/main.cpp
index b54d6ff45b..be283ae24a 100644
--- a/plugins/TabSRMM/chat/main.cpp
+++ b/plugins/TabSRMM/chat/main.cpp
@@ -126,7 +126,7 @@ void LoadIcons(void)
{
int i;
- for (i = 0; i < 20; i++)
+ for (i=0; i < 20; i++)
hIcons[i] = NULL;
LoadLogIcons();