From db947a94c77466682235c7ee5fab277849568e57 Mon Sep 17 00:00:00 2001 From: weisj <31143295+weisJ@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:59:24 +0200 Subject: [PATCH] IconSet: Fix incorrect icon path --- iconset/iconAccessorSpec.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iconset/iconAccessorSpec.properties b/iconset/iconAccessorSpec.properties index b3223289..22a75d31 100644 --- a/iconset/iconAccessorSpec.properties +++ b/iconset/iconAccessorSpec.properties @@ -60,8 +60,8 @@ Action.Redo = menu/redo.svg Action.Redo|disabled = menu/redoDisabled.svg Action.Undo = menu/undo.svg Action.Undo|disabled = menu/undoDisabled.svg -Action.Revert = menu/rever.svg -Action.Revert|disabled = menu/reverDisabled.svg +Action.Revert = menu/revert.svg +Action.Revert|disabled = menu/revertDisabled.svg Action.Save = menu/save.svg Action.Save|disabled = menu/saveDisabled.svg Action.refresh = misc/refresh.svg