]> git.lyx.org Git - lyx.git/commit
Check for icon aliases
authorDaniel Ramoeller <d.lyx@web.de>
Sun, 29 May 2022 13:59:34 +0000 (15:59 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Jul 2022 21:35:48 +0000 (23:35 +0200)
commit95da270711de3c0d3705684e78b16091277b62ca
tree941dc8a9084769b370ea77086fe70c345e60ae02
parent21eb2c4f74c5665e6516cf900acf4f5acba21c69
Check for icon aliases

The aliases are defined by a file in the (system or user) image
directory. The format is pretty simple: each line is like
  <str1> <str2>
Where every instance of <str1> will be replaced with <str2>.

Fixes bug #12509.
lib/Makefile.am
lib/images/icon.aliases [new file with mode: 0644]
lib/ui/stdtoolbars.inc
src/frontends/qt/GuiApplication.cpp