mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
I was too fast
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31663 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2672494b9c
commit
f6b2944e41
@ -3311,7 +3311,7 @@ string const LyXAction::getActionName(FuncCode action) const
|
||||
}
|
||||
|
||||
|
||||
LyXAction::func_type const LyXAction::getActionType(FuncCode action) const
|
||||
LyXAction::func_type LyXAction::getActionType(FuncCode action) const
|
||||
{
|
||||
info_map::const_iterator const it = lyx_info_map.find(action);
|
||||
return it != lyx_info_map.end() ? it->second.type : Hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user