[gnote] Fix spell check with fixed width
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix spell check with fixed width
- Date: Fri, 8 Oct 2010 19:17:21 +0000 (UTC)
commit e881ba5ef1656c12675aaa26dcf17509f30c5745
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Fri Oct 8 22:15:03 2010 +0300
Fix spell check with fixed width
Spell check does not work, when fixed width is enabled.
src/addins/fixedwidth/fixedwidthtag.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addins/fixedwidth/fixedwidthtag.hpp b/src/addins/fixedwidth/fixedwidthtag.hpp
index 09bd501..dd16971 100644
--- a/src/addins/fixedwidth/fixedwidthtag.hpp
+++ b/src/addins/fixedwidth/fixedwidthtag.hpp
@@ -37,7 +37,7 @@ class FixedWidthTag
{
public:
FixedWidthTag()
- : gnote::NoteTag("monospace", CAN_GROW | CAN_UNDO)
+ : gnote::NoteTag("monospace", CAN_GROW | CAN_UNDO | CAN_SPELL_CHECK)
{
property_family() = "monospace";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]