diff -r f291796e213d -r fb37077c270f ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp Tue Jul 06 14:16:16 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerremovefrom.cpp Wed Aug 18 09:48:53 2010 +0300 @@ -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; }