diff -r a3a4c0de738e -r 0f0f3f26f787 ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp Fri Jul 23 20:41:04 2010 +0530 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp Fri Aug 06 20:44:25 2010 +0530 @@ -21,6 +21,7 @@ #include #include #include +#include "glxlocalisationstrings.h" #include "OstTraceDefinitions.h" #ifdef OST_TRACE_COMPILER_IN_USE #include "glxcommandhandlerremovefromTraces.h" @@ -74,5 +75,5 @@ QString GlxCommandHandlerRemoveFrom::ProgressTextL() const { - return QString("Removing..."); + return GLX_REMOVE_IMAGES; }