Skip to content

Commit 22920d4

Browse files
committed
add icon aliases from core colibre links.txt
Reuse alias mappings from the core colibre icon theme: - endnotedialog -> footnotedialog - updateallindexes -> insertmultiindex - formatframemenu -> framedialog Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I481bc13689bf4f06e73194e0f7389aebe6b8d893
1 parent e00eb29 commit 22920d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

browser/src/app/LOUtil.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ class LOUtil {
567567
'exportas-pdf': 'exportpdf',
568568
'exportas-epub': 'exportepub',
569569
'fullscreen-drawing': 'presentation',
570+
endnotedialog: 'footnotedialog',
571+
updateallindexes: 'insertmultiindex',
572+
formatframemenu: 'framedialog',
570573
};
571574
if (iconURLAliases[cleanName]) {
572575
cleanName = iconURLAliases[cleanName];

0 commit comments

Comments
 (0)