git-svn-id: trunk@14996 -
This commit is contained in:
mattias 2008-04-28 07:11:35 +00:00
parent 3ec6f39282
commit 5b11d49d7e
2 changed files with 5 additions and 7 deletions

View File

@ -4544,8 +4544,6 @@ begin
end;
procedure TSourceNotebook.EndIncrementalFind;
var
TempEditor: TSourceEditor;
begin
if not (snIncrementalFind in States) then exit;

View File

@ -227,11 +227,11 @@ end;
class procedure TGtk2WSMenuItem.SetShortCut(const AMenuItem: TMenuItem;
const OldShortCut, NewShortCut: TShortCut);
var
MenuWidget: PGtkMenuItem;
accel_path: String;
CurKey: Word;
CurShift: TShiftState;
//var
//MenuWidget: PGtkMenuItem;
//accel_path: String;
//CurKey: Word;
//CurShift: TShiftState;
begin
if not WSCheckMenuItem(AMenuItem, 'SetShortCut') then Exit;