mend some typos

This commit is contained in:
sonora 2015-01-10 20:08:34 +01:00
parent 4ac6037dd8
commit 4afcfe4116

View file

@ -79,7 +79,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
getTargets().navigateToPoint(latlon, true, -1);
} else {
getTargets().setStartPoint(latlon, true, null);
//TODO: Issue 2515: Re-selecting the "From" or "To" point, or any other route preference during an ongoing route calculation (and only then), and if the ""From" point is not "Current position" (and only then), always corretcly interrupts the ongoing route calculation, but restarts it exactly EVERY OTHER time only.
//TODO: Issue 2515: Re-selecting the "From" or "To" point, or any other route preference during an ongoing route calculation (and only then), and if the "From" point is not "Current position" (and only then), always correctly interrupts the ongoing route calculation, but restarts it exactly EVERY OTHER time only.
}
contextMenu.setLocation(latlon, null);
showDialog();