Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/ExternalBoardPlugInMain.pas

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

revision 1.9 by h677, Thu Mar 18 14:16:57 2004 UTC revision 1.10 by h677, Sun Apr 4 14:10:26 2004 UTC
# Line 473  begin Line 473  begin
473    
474                  Result := newItem.Handle;                  Result := newItem.Handle;
475          except          except
476                  Result := 0;                  Result := 0;
477          end;          end;
478    
479  end;  end;
# Line 490  begin Line 490  begin
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

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