--- a/ui/viewutilities/effectplugin/inc/glxzoominoutplugin.h Fri Jul 23 20:41:04 2010 +0530
+++ b/ui/viewutilities/effectplugin/inc/glxzoominoutplugin.h Fri Aug 06 20:44:25 2010 +0530
@@ -20,6 +20,7 @@
#define GLXZOOMINOUTEFFECTPLUGIN_H
#include "glxeffectpluginbase.h"
+#include "glxlocalisationstrings.h"
class GlxZoomInOutEffectPlugin : public GlxEffectPluginBase
{
@@ -47,7 +48,7 @@
/*
* get the name of the effect, use to shown in the slide show setting view
*/
- static QString effectName() { return QString ("ZoomInOut") ; }
+ static QString effectName() { return (GLX_EFFECTS_ZOOMIN_ZOOMOUT) ; }
private :
QList <QString > mEffectFileList;