--- 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 <glxcommandhandlerremovefrom.h>
#include <glxcollectionpluginalbums.hrh>
#include <glxcommandhandlers.hrh>
+#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;
}