wlanutilities/eapwizard/src/eapwizardpageidentity.cpp
changeset 49 fb81b597edf1
parent 43 72ebcbb64834
equal deleted inserted replaced
43:72ebcbb64834 49:fb81b597edf1
   152     }
   152     }
   153     EapQtPluginHandle plugin((EapQtPluginHandle::Plugin)     
   153     EapQtPluginHandle plugin((EapQtPluginHandle::Plugin)     
   154         mWizard->configurations(EapWizardPrivate::OuterType).toInt() );
   154         mWizard->configurations(EapWizardPrivate::OuterType).toInt() );
   155 
   155 
   156     mLabelUsername->setPlainText(
   156     mLabelUsername->setPlainText(
   157         HbParameterLengthLimiter(
   157         HbParameterLengthLimiter("txt_occ_setlabel_user_name_for_1").arg(
   158             hbTrId("txt_occ_setlabel_user_name_for_1")).arg(
   158             mWizard->eapTypeToString(plugin.pluginId())));
   159                 mWizard->eapTypeToString(plugin.pluginId())));
       
   160 
   159 
   161     // Configure editors properties
   160     // Configure editors properties
   162     mValidatorUsername.reset( 
   161     mValidatorUsername.reset( 
   163         mWizard->eapConfigurationInterface()->validatorEap(
   162         mWizard->eapConfigurationInterface()->validatorEap(
   164             plugin.type(), 
   163             plugin.type(),