diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/plugins/fullscreenviewplugin/src/glximageviewerfullscreenviewplugin.cpp --- 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 #include #include - +#include #include #include // 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)); }