Skip to content

Commit

Permalink
Don't capitalize categories
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
humdingerb committed Aug 19, 2024
1 parent f78c975 commit e388a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CategoryBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ CategoryBox::Validate(void)
return false;
}

CapitalizeEachWord(category);
SetText(category);
bool success = SetTypeFromCategory(category);
return success;
Expand Down

0 comments on commit e388a70

Please sign in to comment.