Subversion Repositories spk

Rev

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

Rev 182 Rev 185
Line 638... Line 638...
638
			childForm->WindowState = Windows::Forms::FormWindowState::Maximized;
638
			childForm->WindowState = Windows::Forms::FormWindowState::Maximized;
639
			return childForm;
639
			return childForm;
640
		}
640
		}
641
		PackageForm ^OpenPackage(bool display, CBaseFile *package, String ^file, String ^title)
641
		PackageForm ^OpenPackage(bool display, CBaseFile *package, String ^file, String ^title)
642
		{
642
		{
643
			CyString sFile = CyStringFromSystemString(file);
643
			Utils::String sFile = _S(file);
644
 
644
 
645
			if ( this->imageList1->Images->IndexOfKey(file) == -1 )
645
			if ( this->imageList1->Images->IndexOfKey(file) == -1 )
646
			{
646
			{
647
				if ( package->icon() )
647
				if ( package->icon() )
648
				{
648
				{