Skip to content

Commit

Permalink
Correct previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asava committed Apr 13, 2020
1 parent f81078e commit b828a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rEFIt_UEFI/entry_scan/loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ VOID ScanLoader(VOID)
XImage ImageX;
XStringW IconXSW = XStringW().takeValueFrom(LinuxEntryData[Index].Icon);
ImageX.LoadXImage(ThemeX.ThemeDir, (L"os_"_XSW + IconXSW.SubString(0, IconXSW.IdxOf(','))).wc_str());
ImageX.LoadXImage(ThemeX.ThemeDir, LinuxEntryData[Index].Icon);
AddLoaderEntry(LinuxEntryData[Index].Path, ""_XS, XStringW().takeValueFrom(LinuxEntryData[Index].Title), Volume,
(ImageX.isEmpty() ? NULL : &ImageX), OSTYPE_LIN, OSFLAG_NODEFAULTARGS);
}
Expand Down

0 comments on commit b828a3b

Please sign in to comment.