]> code.delx.au - refind/blobdiff - refind/icns.c
Fixed bug that caused volume icons to be read only from default icons
[refind] / refind / icns.c
index 5438afdc49908b3517cca3cdfd26e59b770b307a..5e74bb285c68e9250d9d61a29d2738fc0aa03e89 100644 (file)
@@ -38,6 +38,7 @@
 #include "lib.h"
 #include "icns.h"
 #include "config.h"
+#include "mystrings.h"
 #include "../refind/screen.h"
 
 //
@@ -56,6 +57,7 @@ BUILTIN_ICON BuiltinIconTable[BUILTIN_ICON_COUNT] = {
    { NULL, L"func_shutdown", ICON_SIZE_SMALL },
    { NULL, L"func_exit", ICON_SIZE_SMALL },
    { NULL, L"func_firmware", ICON_SIZE_SMALL },
+   { NULL, L"func_csr_rotate", ICON_SIZE_SMALL },
    { NULL, L"tool_shell", ICON_SIZE_SMALL },
    { NULL, L"tool_part", ICON_SIZE_SMALL },
    { NULL, L"tool_rescue", ICON_SIZE_SMALL },