From e388a70aa58caae2a2630f860e259affc9a1d867 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 17 Aug 2024 09:14:26 +0200 Subject: [PATCH] Don't capitalize categories Fixes #101 --- src/CategoryBox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CategoryBox.cpp b/src/CategoryBox.cpp index 7d5d863..468a8f4 100644 --- a/src/CategoryBox.cpp +++ b/src/CategoryBox.cpp @@ -109,7 +109,6 @@ CategoryBox::Validate(void) return false; } - CapitalizeEachWord(category); SetText(category); bool success = SetTypeFromCategory(category); return success;