Changeset 617 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Sep 15, 2024, 1:31:30 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r613 r617 1188 1188 with MainScreen.MessgExDlg do 1189 1189 begin 1190 { MessgText:=Phrases.Lookup('OUTOFCONTROL'); 1191 if C.Project and cpImp=0 then 1192 MessgText:=Format(MessgText,[Tribe[cOwner].ModelName[C.Project and cpIndex]]) 1193 else MessgText:=Format(MessgText,[Phrases.Lookup('IMPROVEMENTS',C.Project and cpIndex)]); } 1190 { MessgText := Phrases.Lookup('OUTOFCONTROL'); 1191 if C.Project and cpImp = 0 then 1192 MessgText := Format(MessgText, [Tribe[cOwner].ModelName[C.Project and cpIndex]]) 1193 else MessgText := Format(MessgText, [Phrases.Lookup('IMPROVEMENTS', 1194 C.Project and cpIndex)]); 1195 } 1194 1196 MessgText := Phrases.Lookup('NOCHANGEINANARCHY'); 1195 1197 Kind := mkOk; … … 1201 1203 begin 1202 1204 ProdHint := False; 1203 SmartUpdateContent 1205 SmartUpdateContent; 1204 1206 end; 1205 1207 ChooseProject;
Note:
See TracChangeset
for help on using the changeset viewer.