From bd7e2314033304c00a073e548483372a3a8ecaf1 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Tue, 29 Jan 2013 09:50:54 -0500 Subject: [PATCH] Using causes APIdoxs errors --- src/TerminalDisplay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TerminalDisplay.h b/src/TerminalDisplay.h index da7512c47..1747f1b68 100644 --- a/src/TerminalDisplay.h +++ b/src/TerminalDisplay.h @@ -335,14 +335,14 @@ public: void visualBell(); /** - * Specified whether zoom terminal on Ctrl+ is enabled or not. + * Specified whether zoom terminal on Ctrl+mousewheel is enabled or not. * Defaults to enabled. */ void setMouseWheelZoom(bool value) { _mouseWheelZoom = value; }; /** - * Returns the whether zoom terminal on Ctrl+ is enabled. + * Returns the whether zoom terminal on Ctrl+mousewheel is enabled. * * See setMouseWheelZoom() */