X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Ftim%2Fprune%2Fgui%2FViewport.java;fp=src%2Ftim%2Fprune%2Fgui%2FViewport.java;h=56711a3093bbb69ee6e6f64dfed96b1342c84771;hb=bb34b41a59b7f5fd8c045ed83f1813c730c7fc1e;hp=aec78a61f7703e3f3f97807c5347a04a91743708;hpb=679fd08a78a70745b2890bd53ea942d9bd31d643;p=GpsPrune.git diff --git a/src/tim/prune/gui/Viewport.java b/src/tim/prune/gui/Viewport.java index aec78a6..56711a3 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.