Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
autoCaps shouldn't be activated by ":"
Browse files Browse the repository at this point in the history
  • Loading branch information
mymike00 authored and UniversalSuperBox committed Nov 5, 2019
1 parent 93e577f commit 614721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/westernsupport/westernlanguagefeatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bool WesternLanguageFeatures::autoCapsAvailable() const

bool WesternLanguageFeatures::activateAutoCaps(const QString &preedit) const
{
static const QString sentenceBreak = QString::fromUtf8("!.?:\r\n");
static const QString sentenceBreak = QString::fromUtf8("!.?\r\n");

if (preedit.isEmpty()) {
return false;
Expand Down

0 comments on commit 614721e

Please sign in to comment.