aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llanimstatelabels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llanimstatelabels.cpp')
-rw-r--r--linden/indra/newview/llanimstatelabels.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llanimstatelabels.cpp b/linden/indra/newview/llanimstatelabels.cpp
index c51740f..3e78c33 100644
--- a/linden/indra/newview/llanimstatelabels.cpp
+++ b/linden/indra/newview/llanimstatelabels.cpp
@@ -33,7 +33,7 @@
33#include "llanimstatelabels.h" 33#include "llanimstatelabels.h"
34#include "lltrans.h" 34#include "lltrans.h"
35 35
36std::string LLAnimStateLabels::getStateLabel( const char *animName ) 36std::string LLAnimStateLabels::getStateLabel( const char* animName )
37{ 37{
38 return LLTrans::getString("anim_" + LLString(animName) ); 38 return LLTrans::getString(std::string("anim_") + std::string(animName) );
39} 39}