diff -r 36d60d12b4af -r 819e59dfc032 perfapps/memspyui/data/memspyui.rss --- a/perfapps/memspyui/data/memspyui.rss Fri Sep 17 14:22:55 2010 +0300 +++ b/perfapps/memspyui/data/memspyui.rss Mon Oct 04 10:09:02 2010 +0300 @@ -1019,7 +1019,7 @@ id = EAknMessageQueryContentId; control = AVKON_MESSAGE_QUERY { - message = "Version 2.2.1 - 7th September 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0."; + message = "Version 2.2.2 - 21st September 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0."; }; } }; @@ -1131,3 +1131,26 @@ }; } + +RESOURCE DIALOG r_memspy_wait_note + { + flags = EAknWaitNoteFlags; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; //EWaitNoteId; + control = AVKON_NOTE + { + layout = EWaitLayout; + singular_label = "Please wait..."; + imagefile = AVKON_ICON_FILE; + imageid = EMbmAvkonQgn_note_progress; + imagemask = EMbmAvkonQgn_note_progress_mask; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } +