mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-30 23:15:16 -04:00
NE Alpha 35
This commit is contained in:
parent
52c7a56f68
commit
4160a6a580
24 changed files with 477 additions and 94 deletions
common
|
@ -47,7 +47,8 @@ UString uniqueItemName(const UModelIndex & index)
|
|||
}
|
||||
|
||||
if (hasExtendedHeader)
|
||||
name = guidToUString(extendedHeaderGuid).replace('-', '_');
|
||||
name = guidToUString(extendedHeaderGuid);
|
||||
name.findreplace('-', '_');
|
||||
} break;
|
||||
case Types::NvarEntry:
|
||||
case Types::VssEntry:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue