wlanutilities/wlanwizard/src/wlanwizardpagesummary.cpp
changeset 58 301aeb18ae47
parent 56 de27cc8389dd
equal deleted inserted replaced
56:de27cc8389dd 58:301aeb18ae47
    96     int row = 0;
    96     int row = 0;
    97     
    97     
    98     appendToList(
    98     appendToList(
    99         row, 
    99         row, 
   100         hbTrId("txt_occ_dblist_network_name"),
   100         hbTrId("txt_occ_dblist_network_name"),
   101         mWizard->configuration(WlanWizardPrivate::ConfSsid).toString());
   101         mWizard->configuration(WlanWizardPrivate::ConfName).toString());
   102 
   102 
   103     appendToList( 
   103     appendToList( 
   104         row, hbTrId("txt_occ_dblist_network_mode"), networkModeText());
   104         row, hbTrId("txt_occ_dblist_network_mode"), networkModeText());
   105 
   105 
   106     appendToList(
   106     appendToList(