Subversion Repositories spk

Rev

Rev 262 | Rev 266 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 262 Rev 263
Line 5871... Line 5871...
5871
			continue;
5871
			continue;
5872
 
5872
 
5873
		if ( p->GetType() != TYPE_SPK )
5873
		if ( p->GetType() != TYPE_SPK )
5874
			continue;
5874
			continue;
5875
 
5875
 
-
 
5876
		if (p->author().Compare("PluginManager", false))
-
 
5877
			continue;
-
 
5878
 
5876
		CSpkFile *spk = (CSpkFile *)p;
5879
		CSpkFile *spk = (CSpkFile *)p;
5877
 
5880
 
5878
		// count text files
5881
		// count text files
5879
		Utils::WString textEntries;
5882
		Utils::WString textEntries;
5880
		int textCount = 0;
5883
		int textCount = 0;