Subversion Repositories spk

Rev

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

Rev 50 Rev 152
Line 89... Line 89...
89
			p.Startup("", "", "", "");
89
			p.Startup("", "", "", "");
90
 
90
 
91
			if ( !m_pPackage->AnyGameCompatability() )
91
			if ( !m_pPackage->AnyGameCompatability() )
92
				this->label13->Text = "All X Games";
92
				this->label13->Text = "All X Games";
93
			else 
93
			else 
94
				this->label13->Text = SystemStringFromCyString(p.GetGameTypesString(m_pPackage, true));
94
				this->label13->Text = _US(p.getGameTypesString(m_pPackage, true));
95
 
95
 
96
			if ( m_pPackage->IsSigned() )
96
			if ( m_pPackage->IsSigned() )
97
				this->panel11->Show();
97
				this->panel11->Show();
98
			else
98
			else
99
				this->panel11->Hide();
99
				this->panel11->Hide();