Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Setting.pas

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

revision 1.103 by h677, Sun Jan 22 16:40:48 2006 UTC revision 1.104 by h677, Mon Jan 23 16:03:12 2006 UTC
# Line 1165  begin Line 1165  begin
1165                          end;                          end;
1166                          if FBoardColumnOrder.Count = 0 then begin                          if FBoardColumnOrder.Count = 0 then begin
1167                                  // 設定が無いので作成                                  // 設定が無いので作成
1168                                  for i := 0 to Integer( High( TGikoBoardColumnID ) ) do                                  for i := 0 to Integer( High( TGikoBoardColumnID ) ) do begin
1169                                          FBoardColumnOrder.Add( TGikoBoardColumnID( i ) );                                          // 勢いのカラムはデフォルトで非表示にする
1170                                            if ( i <> Ord(gbcVigor) ) then begin
1171                                                    FBoardColumnOrder.Add( TGikoBoardColumnID( i ) );
1172                                            end;
1173                                    end;
1174                          end;                          end;
1175                  finally                  finally
1176                          wkList.Free;                          wkList.Free;

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

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