Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.568 by h677, Fri Dec 16 16:40:37 2005 UTC revision 1.569 by h677, Mon Dec 19 15:33:16 2005 UTC
# Line 2271  begin Line 2271  begin
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26