author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 00:11:26 +0200 | |
changeset 2 | c4c2ac0facfd |
parent 1 | a662ab7f60a8 |
child 6 | 57ec1f1a7fd2 |
child 7 | 3f8d60e82782 |
child 13 | 83b3f7c09925 |
--- a/extras/converter/Ui/Src/CCnvAppUi.cpp Tue Jan 26 11:59:41 2010 +0200 +++ b/extras/converter/Ui/Src/CCnvAppUi.cpp Tue Feb 02 00:11:26 2010 +0200 @@ -46,7 +46,7 @@ void CCnvAppUi::ConstructL() { // Construct softkeys and menubar using the base class - BaseConstructL( CAknAppUi::EAknEnableSkin | EAknEnableMSK); + BaseConstructL( CAknAppUi::EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible); // Construct and show our main form iMainForm = new( ELeave ) CCnvMainForm( iFormDeleted );