Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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; |
| 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 |
|
|
|