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.626 by h677, Sat Jan 6 13:55:29 2007 UTC revision 1.627 by h677, Sun Jan 14 13:40:25 2007 UTC
# Line 6782  var Line 6782  var
6782          Action: TAction;          Action: TAction;
6783  begin  begin
6784          s := MouseGesture.GetGestureStr;          s := MouseGesture.GetGestureStr;
6785      MouseGesture.ClearGesture;      MouseGesture.Clear;
6786          Action := GikoSys.Setting.Gestures.GetGestureAction(s);          Action := GikoSys.Setting.Gestures.GetGestureAction(s);
6787          if Action <> nil then          if Action <> nil then
6788                  Action.Execute;                  Action.Execute;

Legend:
Removed from v.1.626  
changed lines
  Added in v.1.627

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