changeset 6854 | 873929cbd54b |
parent 6700 | e04da46ee43c |
child 6893 | 69cc0166be8d |
6853:affeaba0af71 | 6854:873929cbd54b |
---|---|
359 end; |
359 end; |
360 |
360 |
361 procedure chHistory(var s: shortstring); |
361 procedure chHistory(var s: shortstring); |
362 begin |
362 begin |
363 s:= s; // avoid compiler hint |
363 s:= s; // avoid compiler hint |
364 uChat.showAll:= not uChat.showAll |
364 showAll:= not showAll |
365 end; |
365 end; |
366 |
366 |
367 procedure chChat(var s: shortstring); |
367 procedure chChat(var s: shortstring); |
368 begin |
368 begin |
369 s:= s; // avoid compiler hint |
369 s:= s; // avoid compiler hint |