diff options
| author | 2010-08-25 17:24:52 +0000 | |
|---|---|---|
| committer | 2010-08-25 17:24:52 +0000 | |
| commit | d54fc750168c3f08c808db8d0098bafa28d624ce (patch) | |
| tree | 7229658bda6a5e6bc4a46f02f224b877020455da /src | |
| parent | statically link libgc inside the winamp plugin to avoid runtime errors realte... (diff) | |
| download | KVIrc-d54fc750168c3f08c808db8d0098bafa28d624ce.tar.gz KVIrc-d54fc750168c3f08c808db8d0098bafa28d624ce.tar.bz2 KVIrc-d54fc750168c3f08c808db8d0098bafa28d624ce.zip | |
added proper matching for lowercase versions of the hardcoded emoticons
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4934 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/ui/kvi_ircview_gettextline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kvirc/ui/kvi_ircview_gettextline.cpp b/src/kvirc/ui/kvi_ircview_gettextline.cpp index 577843843..4500ea49e 100644 --- a/src/kvirc/ui/kvi_ircview_gettextline.cpp +++ b/src/kvirc/ui/kvi_ircview_gettextline.cpp @@ -983,6 +983,9 @@ check_emoticon_char: case 'P': case 'S': case 'O': + case 'p': + case 's': + case 'o': case '*': case '|': case 176: // '°' -> alt 176 : teardrop |
