Typo, from Vincent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26707 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-10-03 22:58:29 +00:00
parent 510f7db943
commit e852600e61

View File

@ -406,7 +406,7 @@ void Changes::addToToc(DocIterator const & cdit, Buffer const & buffer) const
str.push_back(0x2702);
break;
case Change::INSERTED:
// 0x2702 is the hand writting symbol in the Dingbats unicode group.
// 0x270d is the hand writting symbol in the Dingbats unicode group.
str.push_back(0x270d);
break;
}