diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-20 19:41:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-20 19:41:41 +0000 |
commit | 7df5b961c9a40259a5766b88b9acc8f0e9a67799 (patch) | |
tree | ad1469b56637ddfde0110190cf57e5c974774c0e /src | |
parent | 1c8d1e0b8ec71f7a28db457cf77a99614ccfc758 (diff) |
fixes $531 (ability to highlight messages by a role)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/chat/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chat/log.cpp b/src/modules/chat/log.cpp index b5703cda2e..6aeb1132c3 100644 --- a/src/modules/chat/log.cpp +++ b/src/modules/chat/log.cpp @@ -76,7 +76,7 @@ static int EventToIcon(LOGINFO * lin) return 0;
}
-static char *Log_SetStyle(int style, int fontindex)
+static char* Log_SetStyle(int style, int fontindex)
{
LOGFONT &lf = ci.aFonts[fontindex].lf;
|