Subversion Repositories spk

Rev

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

Rev 1 Rev 50
Line 57... Line 57...
57
		for ( int i = 0; i < this->listView2->Items->Count; i++ )
57
		for ( int i = 0; i < this->listView2->Items->Count; i++ )
58
		{
58
		{
59
			int pos = Convert::ToInt32(this->listView2->Items[i]->Tag);
59
			int pos = Convert::ToInt32(this->listView2->Items[i]->Tag);
60
			CBaseFile *p = m_pPackages->GetPackageAt(pos);
60
			CBaseFile *p = m_pPackages->GetPackageAt(pos);
61
			if ( p )
61
			if ( p )
62
				m_lFakePatches->PushBack(p->GetName(), p->GetAuthor());
62
				m_lFakePatches->PushBack(CyString(p->name()), CyString(p->author()));
63
		}
63
		}
64
	}
64
	}
65
};
65
};