]> git.lyx.org Git - features.git/commit
Fix missing symbols in math completer
authorGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 19:32:25 +0000 (20:32 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 19:32:25 +0000 (20:32 +0100)
commit7adc6125f7515741410b5bfe9fada2a3d3eb5af0
treed9041977d237f95dc1eabe5e91662dc5edd5d2e5
parentf9f05c364b420ed9a6ecff223cf9e20a6b2ec4aa
Fix missing symbols in math completer

The math icons for the symbol image in the math completer were hardcoded to the
command names. This is wrong for some icons for various reasons, e.g. the case
insensitivity of windows file systems. Therefore we have to use the replacement
list which is also used for the toolbar icons. Bug #3538 is not closed because
of this problem, but IMHO it has nothing to do with this bug, it is a more
general one.
src/frontends/Application.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiCompleter.cpp
src/mathed/InsetMathNest.cpp