diff -r 7d9067c6fcb1 -r 9a9c174934f5 photosgallery/viewframework/views/metadatadialog/src/glxmetadatacontainer.cpp --- a/photosgallery/viewframework/views/metadatadialog/src/glxmetadatacontainer.cpp Mon Jan 18 20:19:20 2010 +0200 +++ b/photosgallery/viewframework/views/metadatadialog/src/glxmetadatacontainer.cpp Tue Jan 26 11:58:28 2010 +0200 @@ -782,6 +782,10 @@ //Launch the text entry editor. CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr ); CleanupStack::PopAndDestroy(buf); + if(aItem == EDescriptionItem) + { + popup->SetLeftSoftKeyL(ETrue); + } //action upon selecting ok from the editor if ( popup->ExecuteLD() == EEikBidOk )