Subversion Repositories spk

Rev

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

Rev 152 Rev 158
Line 84... Line 84...
84
				this->label11->Text = "Generic Package";
84
				this->label11->Text = "Generic Package";
85
				this->LabelPlugin->Text = "";
85
				this->LabelPlugin->Text = "";
86
			}
86
			}
87
 
87
 
88
			CPackages p;
88
			CPackages p;
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 = _US(p.getGameTypesString(m_pPackage, true));
94
				this->label13->Text = _US(p.getGameTypesString(m_pPackage, true));