Subversion Repositories jumper

Compare Revisions

Regard whitespace Rev 11 → Rev 12

/trunk/Main.pas
331,7 → 331,7
 
procedure TMainForm.RefreshStonesRemoved;
begin
Statistics.Panels.Items[1].Text := Format(LNG_STONES_REMOVED, [LevelRemovedStones, LevelTotalStones]);
Statistics.Panels.Items[1].Text := Format(LNG_STONES_REMOVED, [LevelRemovedStones, LevelTotalStones-1]);
end;
 
procedure TMainForm.RefreshPoints;