Use a unicode string instead of the escaped version.
authorChris H <zrenfire@gmail.com>
Sun, 16 Feb 2014 02:26:05 +0000 (21:26 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 18 Feb 2014 21:50:53 +0000 (22:50 +0100)
commit4ee4a3edb832d7ac01951007cf55f7fa4b5918b4
treefae54e8caf2a08289e59ac8995b0a58e4dd9cb65
parentaff2b5e81f0e45f95c0e15303a9ec4e7ea36c555
Use a unicode string instead of the escaped version.

Compiling with MSVC Doesn't like unicode literals here.
src/qtui/chatscene.cpp