diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp Mon Mar 15 12:40:30 2010 +0200 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp Wed Mar 31 21:31:03 2010 +0300 @@ -258,7 +258,7 @@ // put to cleanupstack as cleanupstack is emptied before stack objects // are deleted CleanupClosePushL( contextRemover ); - // Yuck - a leave and a return code! + // Yuck - a leave and a return code // EFalse => don't show a progress dialog TInt err = GlxAttributeRetriever::RetrieveL( *context, aList, EFalse ); // Using a distinct error value as "LeaveIfError( FuncL() );" looks bad