diff -r dee5afe5301f -r 3f74d0d4af4c util/s60pixelmetrics/pm_mapperapp.cpp --- a/util/s60pixelmetrics/pm_mapperapp.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/util/s60pixelmetrics/pm_mapperapp.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -155,7 +155,7 @@ Exit(); break; case ECmdSwitchOutput: - { + { HBufC* buffer = HBufC::NewLC( 100 ); TPtr bufferPtr = buffer->Des(); TBool last = ETrue; @@ -166,7 +166,7 @@ else bufferPtr.Append(_L("screen.")); ShowL( *buffer, last ); - } + } break; case ECmdStatus: { @@ -323,7 +323,7 @@ TInt myValue = KErrNotFound; for (;;) { - if (index==QStyle::PM_Custom_ThinLineWidth) + if (index==QStyle::PM_Custom_MessageBoxHeight) { last = ETrue; } @@ -656,6 +656,9 @@ case QStyle::PM_Custom_BoldLineWidth: bufferPtr.Append(_L("C_BoldLineWidth: ")); break; + case QStyle::PM_Custom_MessageBoxHeight: + bufferPtr.Append(_L("C_MsgBoxHeight: ")); + break; default: bufferPtr.Append(_L("Default: ")); break;