Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2271 |
AddMessageList(ATitle + ' ' + GikoSys.GetGikoMessage(gmSureItiran), nil, gmiOK); |
AddMessageList(ATitle + ' ' + GikoSys.GetGikoMessage(gmSureItiran), nil, gmiOK); |
| 2272 |
if GetActiveList = Item.Board then begin |
if GetActiveList = Item.Board then begin |
| 2273 |
FActiveList := nil; |
FActiveList := nil; |
| 2274 |
|
//板一覧のソート順をクリアする |
| 2275 |
|
GikoSys.Setting.BoardSortIndex := 0; |
| 2276 |
|
GikoSys.Setting.BoardSortOrder := True; |
| 2277 |
SetActiveList(Item.Board); |
SetActiveList(Item.Board); |
| 2278 |
end; |
end; |
| 2279 |
Item.Board.Modified := True; |
Item.Board.Modified := True; |
|
|
Legend:
| Removed from v.1.568 |
|
| changed lines |
| |
Added in v.1.569 |
|
|
|