summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/cuifmsearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx
index 444304efcca3..ea1ad2452d00 100644
--- a/cui/source/dialogs/cuifmsearch.cxx
+++ b/cui/source/dialogs/cuifmsearch.cxx
@@ -666,7 +666,7 @@ void FmSearchDialog::LoadParams()
OnCheckBoxToggled(*m_pcbCase);
OnCheckBoxToggled(*m_pcbBackwards);
- m_pHalfFullFormsCJK->set_active( !aParams.isIgnoreWidthCJK( ) ); // BEWARE: this checkbox has a inverse semantics!
+ m_pHalfFullFormsCJK->set_active( !aParams.isIgnoreWidthCJK( ) ); // BEWARE: this checkbox has an inverse semantics!
m_pSoundsLikeCJK->set_active( aParams.bSoundsLikeCJK );
OnCheckBoxToggled(*m_pHalfFullFormsCJK);
OnCheckBoxToggled(*m_pSoundsLikeCJK);