X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=src%2Ftim%2Fprune%2Fgui%2FViewport.java;fp=src%2Ftim%2Fprune%2Fgui%2FViewport.java;h=38620e474ce6b78b7d72a06e2ce35303d7acbd3d;hp=25eba2fb1847306d41aed63021c7cbe3e4ed2cf0;hb=8b20e3e027058cdf6ff52993ee5576193d08667a;hpb=2302358503c38817e19f6e529f6c9e530aac0e86 diff --git a/src/tim/prune/gui/Viewport.java b/src/tim/prune/gui/Viewport.java index 25eba2f..38620e4 100644 --- a/src/tim/prune/gui/Viewport.java +++ b/src/tim/prune/gui/Viewport.java @@ -7,7 +7,7 @@ import tim.prune.gui.map.MapUtils; /** * Class to provide access to current viewport * The point of this class is to decouple the view from the MapCanvas object - * so that when the GetGpsies function needs to know the area currently viewed, it doesn't + * so that when a search function needs to know the area currently viewed, it doesn't * need to have a direct connection to the MapCanvas. Instead it asks the App for the viewport, * which is then able to get the map position from the MapCanvas. * I'm still not sure whether this is ugly or not, but it's more efficient than constantly listening.