mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix = vs == typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
befc233488
commit
71a678205c
@ -494,7 +494,7 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & ev) const
|
||||
code = Inset::FLOAT_CODE;
|
||||
break;
|
||||
case LFUN_INSET_WRAP:
|
||||
code == Inset::WRAP_CODE;
|
||||
code = Inset::WRAP_CODE;
|
||||
break;
|
||||
case LFUN_FLOAT_LIST:
|
||||
code = Inset::FLOAT_LIST_CODE;
|
||||
|
Loading…
Reference in New Issue
Block a user