diff -r b13141f05c3d -r b5fbb9b25d57 meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp --- a/meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp Tue Apr 27 16:20:14 2010 +0300 +++ b/meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp Tue May 11 15:57:15 2010 +0300 @@ -27,14 +27,14 @@ #include "cesmrrichtextlink.h" #include "cmrattachmentcommandhandler.h" -#include +#include #include #include -#include +#include #include #include #include -#include +#include // DEBUG #include "emailtrace.h" @@ -44,7 +44,6 @@ namespace { // codescanner::namespace //CONSTANTS -// TODO: Read default text from resource _LIT( KAddAttachment, "Add attachment" ); _LIT( KNewLine, "\f" ); @@ -141,7 +140,6 @@ iRichTextViewer->SetLinkObserver (this ); iRichTextViewer->SetParent( this ); - // TODO: read from resource iTitle->SetTextL( KAddAttachment ); // Draw bg instead of using skin bg @@ -479,7 +477,7 @@ TBool CMRAttachmentsField::ExecuteGenericCommandL( TInt aCommand ) { FUNC_LOG; - // TODO: Changes from other fields have to be implemented here + TBool handled( EFalse ); // From cesmrattachmentfield @@ -620,7 +618,6 @@ delete attachmentSize; attachmentSize = NULL; - // TODO: correct icon zise to correct one. Ask from UI specifier. TSize iconSize( 20, 20); maxLineWidth -= iconSize.iWidth;