javacommons/security/javasrc/com/nokia/mj/impl/security/midp/common/UserSecuritySettingsImpl.java
branchRCL_3
changeset 23 e5618cc85d74
parent 21 4376525cdefb
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
   179         }
   179         }
   180         else if (URL_START_SETTINGS.equalsIgnoreCase(aSettingName))
   180         else if (URL_START_SETTINGS.equalsIgnoreCase(aSettingName))
   181         {
   181         {
   182             id = URL_START_ID;
   182             id = URL_START_ID;
   183         }
   183         }
       
   184         else
       
   185         {
       
   186             return aSettingName;   
       
   187         }
   184         return resLoader.format(id, null /*aTextParameters*/);
   188         return resLoader.format(id, null /*aTextParameters*/);
   185     }
   189     }
   186 
   190 
   187     public static String getLocalizedString(String aStrId)
   191     public static String getLocalizedString(String aStrId)
   188     {
   192     {