photosgallery/viewframework/plugins/fullscreenviewplugin/src/glximageviewerfullscreenviewplugin.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
--- a/photosgallery/viewframework/plugins/fullscreenviewplugin/src/glximageviewerfullscreenviewplugin.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/plugins/fullscreenviewplugin/src/glximageviewerfullscreenviewplugin.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -44,7 +44,7 @@
 #include <mpxcollectionutility.h>
 #include <mpxmediageneraldefs.h>
 #include <StringLoader.h>
-
+#include <photos.hlp.hrh>
 #include <glxfullscreenviewdata.rsg>
 #include <glxicons.mbg> // icons 
 
@@ -121,7 +121,7 @@
     CGlxFullScreenViewPluginBase::AddCommandHandlersL();
 
     TGlxHelpContext helpInfo;
-    helpInfo.iBrowseContext = LGAL_HLP_DOWNLOADS_FULLSCREEN;
+    helpInfo.iBrowseContext = LGAL_HLP_IMAGE_VIEWER;
     
     iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo));
     }