From 8478d540748edccf36dc9bda5f0c3de0aa7bf763 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Feb 2013 03:35:52 +0300 Subject: Improve string usage in other files. --- src/localplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index a9213f75e..fd7f863c8 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -1718,8 +1718,8 @@ void LocalPlayer::processEvent(Channels channel, { mMessages.pop_back(); // TRANSLATORS: this is job experience - pair.first += strprintf (", %d %s", - change, _("job")); + pair.first.append(strprintf (", %d %s", + change, _("job"))); mMessages.push_back(pair); } else -- cgit v1.2.3-60-g2f50