diff options
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r-- | src/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp index 6986cc534..70f45c613 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -397,7 +397,7 @@ Point GetTileZoomCenterWindow(bool in, Window * w) /** Update the status of the zoom-buttons according to the zoom-level * of the viewport. This will update their status and invalidate accordingly - * @param window pointer to the window that has the zoom buttons + * @param w Window pointer to the window that has the zoom buttons * @param vp pointer to the viewport whose zoom-level the buttons represent * @param widget_zoom_in widget index for window with zoom-in button * @param widget_zoom_out widget index for window with zoom-out button */ |