Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7587 |
end; |
end; |
| 7588 |
|
|
| 7589 |
//最大10レスまで表示 |
//最大10レスまで表示 |
| 7590 |
if StNum + 10 < ToNum then |
if StNum + MAX_POPUP_RES < ToNum then |
| 7591 |
ToNum := StNum + 10; |
ToNum := StNum + MAX_POPUP_RES; |
| 7592 |
|
|
| 7593 |
//タイトル表示 |
//タイトル表示 |
| 7594 |
if Title then |
if Title then |
|
|
Legend:
| Removed from v.1.365 |
|
| changed lines |
| |
Added in v.1.366 |
|
|
|