diff -r 72ebcbb64834 -r fb81b597edf1 wlanutilities/wlanwizard/src/wlanwizardpagekeyquery.cpp --- a/wlanutilities/wlanwizard/src/wlanwizardpagekeyquery.cpp Fri Jul 09 10:38:19 2010 +0300 +++ b/wlanutilities/wlanwizard/src/wlanwizardpagekeyquery.cpp Fri Aug 06 18:38:57 2010 +0300 @@ -136,9 +136,8 @@ } mLabelTitle->setPlainText( - HbParameterLengthLimiter( - hbTrId("txt_occ_dialog_enter_key_for_1")).arg( - mWizard->configuration(WlanWizardPrivate::ConfSsid).toString())); + HbParameterLengthLimiter("txt_occ_dialog_enter_key_for_1").arg( + mWizard->configuration(WlanWizardPrivate::ConfSsid).toString())); OstTraceFunctionExit0( WLANWIZARDPAGEKEYQUERY_INITIALIZEPAGE_EXIT ); return mWidget;