javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java
branchRCL_3
changeset 24 6c158198356e
parent 17 0fd27995241b
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java	Thu Jul 15 18:31:06 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java	Thu Aug 19 09:48:13 2010 +0300
@@ -76,8 +76,9 @@
             int idxMinus = -1;
             do
             {
-                attrValue = ball.iSuite.getAttributeValue(attrName + "-" + locale);
-                Log.log(attrName + "-" + locale + ": " + attrValue);
+                String localizedAttrName = "Nokia-" + attrName + "-" + locale;
+                attrValue = ball.iSuite.getAttributeValue(localizedAttrName);
+                Log.log(localizedAttrName + ": " + attrValue);
                 idxMinus = locale.lastIndexOf('-');
                 // If attribute is not found using full locale, e.g. 'en-GB',
                 // strip the most specific part of the locale out