mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Use dialog-show in icon names
(and search for them also with dialog-toggle counterpart lfuns) Fixes #12137
This commit is contained in:
parent
d1ea8a40af
commit
fbef5e687a
@ -583,13 +583,13 @@ dist_images_DATA1X = \
|
||||
images/dialog-show-new-inset_ref.svgz \
|
||||
images/dialog-show_character.svgz \
|
||||
images/dialog-show_findreplace.svgz \
|
||||
images/dialog-show_findreplaceadv.svgz \
|
||||
images/dialog-show_mathdelimiter.svgz \
|
||||
images/dialog-show_mathmatrix.svgz \
|
||||
images/dialog-show_print.svgz \
|
||||
images/dialog-show_spellchecker.svgz \
|
||||
images/dialog-show_toc.svgz \
|
||||
images/dialog-show_vclog.svgz \
|
||||
images/dialog-toggle_findreplaceadv.svgz \
|
||||
images/dialog-toggle_toc.svgz \
|
||||
images/down.svgz \
|
||||
images/dynamic-char-styles.svgz \
|
||||
images/dynamic-custom-insets.svgz \
|
||||
@ -2052,13 +2052,13 @@ dist_imagesoxygen_DATA1X = \
|
||||
images/oxygen/dialog-show-new-inset_ref.svgz \
|
||||
images/oxygen/dialog-show_character.svgz \
|
||||
images/oxygen/dialog-show_findreplace.svgz \
|
||||
images/oxygen/dialog-show_findreplaceadv.svgz \
|
||||
images/oxygen/dialog-show_mathdelimiter.svgz \
|
||||
images/oxygen/dialog-show_mathmatrix.svgz \
|
||||
images/oxygen/dialog-show_print.svgz \
|
||||
images/oxygen/dialog-show_spellchecker.svgz \
|
||||
images/oxygen/dialog-show_toc.svgz \
|
||||
images/oxygen/dialog-show_vclog.svgz \
|
||||
images/oxygen/dialog-toggle_findreplaceadv.svgz \
|
||||
images/oxygen/dialog-toggle_toc.svgz \
|
||||
images/oxygen/dynamic-char-styles.svgz \
|
||||
images/oxygen/dynamic-custom-insets.svgz \
|
||||
images/oxygen/down.svgz \
|
||||
@ -2255,6 +2255,7 @@ dist_imagesclassic_DATA = \
|
||||
images/classic/depth-decrement.png \
|
||||
images/classic/depth-increment.png \
|
||||
images/classic/dialog-preferences.png \
|
||||
images/classic/dialog-show_findreplaceadv.png \
|
||||
images/classic/dialog-show_mathdelimiter.png \
|
||||
images/classic/dialog-show_mathmatrix.png \
|
||||
images/classic/dialog-show-new-inset_citation.png \
|
||||
@ -2265,9 +2266,8 @@ dist_imagesclassic_DATA = \
|
||||
images/classic/dialog-show_findreplace.png \
|
||||
images/classic/dialog-show_print.png \
|
||||
images/classic/dialog-show_spellchecker.png \
|
||||
images/classic/dialog-show_toc.png \
|
||||
images/classic/dialog-show_vclog.png \
|
||||
images/classic/dialog-toggle_findreplaceadv.png \
|
||||
images/classic/dialog-toggle_toc.png \
|
||||
images/classic/down.png \
|
||||
images/classic/ert-insert.png \
|
||||
images/classic/file-open.png \
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 761 B |
@ -490,6 +490,8 @@ IconInfo iconInfo(FuncRequest const & f, bool unknown, bool rtl)
|
||||
name.replace(' ', '_');
|
||||
name.replace(';', '_');
|
||||
name.replace('\\', "backslash");
|
||||
// avoid duplication for these
|
||||
name.replace("dialog-toggle", "dialog-show");
|
||||
names << name;
|
||||
|
||||
// then special default icon for some lfuns
|
||||
|
Loading…
Reference in New Issue
Block a user