Subversion Repositories spk

Rev

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

Rev 160 Rev 161
Line 1153... Line 1153...
1153
 
1153
 
1154
		DownloadPackageList ^dpl = gcnew DownloadPackageList(m_pPackages, &servers);
1154
		DownloadPackageList ^dpl = gcnew DownloadPackageList(m_pPackages, &servers);
1155
		dpl->ShowDialog(this);
1155
		dpl->ShowDialog(this);
1156
 
1156
 
1157
		if ( m_pPackages->AnyAvailablePackages() )
1157
		if ( m_pPackages->AnyAvailablePackages() )
1158
			MessageBox::Show(this, "Package update completed\n" + m_pPackages->GetAvailablePackageList()->size() + " packages have been added to the package browser", "Found Packages", MessageBoxButtons::OK, MessageBoxIcon::Information);
1158
			MessageBox::Show(this, "Package update completed\n" + m_pPackages->getAvailablePackageList()->size() + " packages have been added to the package browser", "Found Packages", MessageBoxButtons::OK, MessageBoxIcon::Information);
1159
		else
1159
		else
1160
			MessageBox::Show(this, "Unable to find any packages\n", "No Packages Found", MessageBoxButtons::OK, MessageBoxIcon::Warning);
1160
			MessageBox::Show(this, "Unable to find any packages\n", "No Packages Found", MessageBoxButtons::OK, MessageBoxIcon::Warning);
1161
	}
1161
	}
1162
 
1162
 
1163
	//
1163
	//