org.symbian.tools.wrttools.previewer/preview/script/nokia.js
changeset 245 b05e1f6330e1
parent 210 0f7abfd6ae62
child 273 b1f63c2c240c
equal deleted inserted replaced
243:37d0d9cd8db6 245:b05e1f6330e1
   788 					NOKIA.helper.infoPlistCounter = true;
   788 					NOKIA.helper.infoPlistCounter = true;
   789 					NOKIA.helper.getInfo('info.plist', NOKIA.helper.getInfoCallback);
   789 					NOKIA.helper.getInfo('info.plist', NOKIA.helper.getInfoCallback);
   790 					return false;
   790 					return false;
   791 				}
   791 				}
   792 
   792 
   793 				NOKIA.helper.error('Unable to intialize the widget, failed to process Info.plist file. <br/>Please ensure <strong style="color:#efe352;">Info.plist</strong> file exists on the widget root folder <br/>or check the filename of <strong style="color:#efe352;">Info.plist</strong> It is case-sensitive');
   793 				NOKIA.helper.error('WRT Previewer: Initialization failed. Could not open Info.plist file.<br/>Please ensure <strong style="color:#efe352;">Info.plist</strong> file exists in the project root folder and that it is named properly.');
   794 				return false;
   794 				return false;
   795 			}
   795 			}
   796 			else{
   796 			else{
   797 				
   797 				
   798 				var xmlString = xhr.responseText;
   798 				var xmlString = xhr.responseText;