photosgallery/viewframework/views/metadatadialog/src/glximgvwrmetadatacontainer.cpp
changeset 3 9a9c174934f5
parent 0 4e91876724a2
child 11 71da52165949
--- a/photosgallery/viewframework/views/metadatadialog/src/glximgvwrmetadatacontainer.cpp	Mon Jan 18 20:19:20 2010 +0200
+++ b/photosgallery/viewframework/views/metadatadialog/src/glximgvwrmetadatacontainer.cpp	Tue Jan 26 11:58:28 2010 +0200
@@ -670,7 +670,11 @@
     //Launch the text entry editor.
     CGlxTextEntryPopup* popup = CGlxTextEntryPopup::NewL( *buf, textPtr );
     CleanupStack::PopAndDestroy(buf);
-
+    if(aItem == EImgVwrDescriptionItem)
+        {
+        popup->SetLeftSoftKeyL(ETrue);
+        }
+    
     //action upon selecting ok from the editor 
     if ( popup->ExecuteLD() == EEikBidOk )
     {