From fe89a0d512f571662baba3f9cbdb906b356898e2 Mon Sep 17 00:00:00 2001 From: macz Date: Tue, 26 Sep 2023 14:01:18 +0200 Subject: [PATCH] fixed letter in swapMouseButtons2and3 --- src/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties.h b/src/properties.h index c40f3081..31445152 100644 --- a/src/properties.h +++ b/src/properties.h @@ -124,7 +124,7 @@ class Properties bool trimPastedTrailingNewlines; bool windowMaximized; - bool SwapMouseButtons2and3; + bool swapMouseButtons2and3; bool useFontBoxDrawingChars; private: