Subversion Repositories spk

Rev

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

Rev 48 Rev 49
Line 387... Line 387...
387
			}
387
			}
388
		}
388
		}
389
		else
389
		else
390
			this->CreationDate->Value = DateTime::Today;
390
			this->CreationDate->Value = DateTime::Today;
391
 
391
 
392
		this->TextForum->Text = SystemStringFromCyString(m_pPackage->GetForumLink());
392
		this->TextForum->Text = _US(m_pPackage->forumLink());
393
		this->TextEmail->Text = SystemStringFromCyString(m_pPackage->GetEmail());
393
		this->TextEmail->Text = _US(m_pPackage->email());
394
		this->TextWebsite->Text = SystemStringFromCyString(m_pPackage->GetWebSite());
394
		this->TextWebsite->Text = _US(m_pPackage->webSite());
395
		this->TextWebAddress->Text = SystemStringFromCyString(m_pPackage->GetWebAddress());
395
		this->TextWebAddress->Text = _US(m_pPackage->webAddress());
396
 
396
 
397
		this->UpdateGamesList();
397
		this->UpdateGamesList();
398
		this->UpdateFileList();
398
		this->UpdateFileList();
399
		this->UpdateMirrors();
399
		this->UpdateMirrors();
400
		this->UpdatePackageNames();
400
		this->UpdatePackageNames();