Subversion Repositories spk

Rev

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

Rev 129 Rev 152
Line 170... Line 170...
170
				this->LabType->Text = "Other";
170
				this->LabType->Text = "Other";
171
				this->LabPluginType->Text = "Other";
171
				this->LabPluginType->Text = "Other";
172
			}
172
			}
173
 
173
 
174
			if ( p->AnyGameCompatability() )
174
			if ( p->AnyGameCompatability() )
175
				this->LabGames->Text = SystemStringFromCyString(m_pPackages->GetGameTypesString(p, true));
175
				this->LabGames->Text = _US(m_pPackages->getGameTypesString(p, true));
176
			else
176
			else
177
				this->LabGames->Text = "All Games";
177
				this->LabGames->Text = "All Games";
178
 
178
 
179
			if ( p->gameChanging() >= 1 || p->recommended() >= 1 || p->easeOfUse() >= 1 )
179
			if ( p->gameChanging() >= 1 || p->recommended() >= 1 || p->easeOfUse() >= 1 )
180
			{
180
			{
Line 227... Line 227...
227
						else
227
						else
228
							this->LabError->Text = "Newer version already installed";
228
							this->LabError->Text = "Newer version already installed";
229
					}
229
					}
230
					break;
230
					break;
231
				case INSTALLCHECK_WRONGGAME:
231
				case INSTALLCHECK_WRONGGAME:
232
					this->LabError->Text = "For Wrong Game, Requires: " + SystemStringFromCyString(m_pPackages->GetGameTypesString(p, false));
232
					this->LabError->Text = "For Wrong Game, Requires: " + _US(m_pPackages->getGameTypesString(p, false));
233
					break;
233
					break;
234
				case INSTALLCHECK_WRONGVERSION:
234
				case INSTALLCHECK_WRONGVERSION:
235
					this->LabError->Text = "For Wrong Game Version, Requires: " + SystemStringFromCyString(m_pPackages->GetGameVersionString(p));
235
					this->LabError->Text = "For Wrong Game Version, Requires: " + SystemStringFromCyString(m_pPackages->GetGameVersionString(p));
236
					break;
236
					break;
237
			}
237
			}