show plugin name instead of file name

This commit is contained in:
Philipp Schaefer
2013-04-22 20:35:01 +02:00
parent 99a18444bf
commit 0f04acbc36
3 changed files with 28 additions and 15 deletions

View File

@ -46,7 +46,7 @@ public class IITC_WebViewClient extends WebViewClient {
String[] attributes = header.split(" +");
String iitc_version = "not found";
for (int i = 0; i < attributes.length; i++) {
// search vor version and use the value
// search for version and use the value
if (attributes[i].equals("@version")) iitc_version = attributes[i+1];
}
return iitc_version;