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.628 by h677, Sun Jan 21 17:41:46 2007 UTC revision 1.629 by h677, Tue Feb 13 15:58:59 2007 UTC
# Line 284  type Line 284  type
284                  SelectItemNameCopyAction1: TMenuItem;                  SelectItemNameCopyAction1: TMenuItem;
285                  B6: TMenuItem;                  B6: TMenuItem;
286                  T9: TMenuItem;                  T9: TMenuItem;
287                  C2: TMenuItem;      NameCopyPMenu: TMenuItem;
288                  SelectComboBox: TComboBox;                  SelectComboBox: TComboBox;
289                  MainCoolBarPopupMenu: TPopupMenu;                  MainCoolBarPopupMenu: TPopupMenu;
290                  StdToolBarVisiblePMenu: TMenuItem;                  StdToolBarVisiblePMenu: TMenuItem;
# Line 3555  end; Line 3555  end;
3555    
3556  procedure TGikoForm.ListPopupMenuPopup(Sender: TObject);  procedure TGikoForm.ListPopupMenuPopup(Sender: TObject);
3557  var  var
3558      bBoard, bCategory : Boolean;      bBoard, bCategory, bBBS : Boolean;
3559  begin  begin
3560      bBoard := (GetActiveList is TBoard);      bBoard := (GetActiveList is TBoard);
3561      bCategory := (GetActiveList is TCategory);      bCategory := (GetActiveList is TCategory);

Legend:
Removed from v.1.628  
changed lines
  Added in v.1.629

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