Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExternalBoardPlugInMain.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 473 |
|
|
| 474 |
Result := newItem.Handle; |
Result := newItem.Handle; |
| 475 |
except |
except |
| 476 |
Result := 0; |
Result := 0; |
| 477 |
end; |
end; |
| 478 |
|
|
| 479 |
end; |
end; |
| 490 |
|
|
| 491 |
for i := GikoForm.PlugInMenu.Count - 1 downto 0 do begin |
for i := GikoForm.PlugInMenu.Count - 1 downto 0 do begin |
| 492 |
if GikoForm.PlugInMenu.Items[ i ].Handle = inHandle then begin |
if GikoForm.PlugInMenu.Items[ i ].Handle = inHandle then begin |
| 493 |
GikoForm.PlugInMenu.Delete( i ); |
GikoForm.PlugInMenu.items[i].Free; |
| 494 |
|
//GikoForm.PlugInMenu.Delete( i ); |
| 495 |
Break; |
Break; |
| 496 |
end; |
end; |
| 497 |
end; |
end; |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
|