JumpCancelImplementation.diff

Zbigniew Rebacz, 11/18/2014 04:37 PM

Download (302 Bytes)

View differences:

ide/Jump.cpp (kopia robocza)
49 49
	JumpDlg dlg;
50 50
	dlg.theide = this;
51 51
	dlg.Search();
52
	dlg.Execute();
53
	dlg.GoTo();
52
	if (dlg.ExecuteOK())
53
		dlg.GoTo();
54 54
}