Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' of https://kanalj@github.com/phyrex1…
Browse files Browse the repository at this point in the history
…an/PathPal.git
  • Loading branch information
northOfThule committed May 17, 2011
2 parents 29d37f4 + c196d67 commit 5eda681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/org/pathpal/TranslatorApi.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public static boolean translateString(String inputString, DirectionsForm form, I
form.byCar(); form.byCar();
} }


} else if (f.getIdent().equals("ProbablyAnAddress")) {
form.reset();
form.travelTo(((FunString) f.getArgs().get(0)).getString());
} }


return true; return true;
Expand Down

0 comments on commit 5eda681

Please sign in to comment.