Version 0.17.3

- descriptor access map was shown incorretly
This commit is contained in:
Nikolaj Schlej 2014-02-12 09:36:40 +01:00
parent f2ad796dc0
commit 9fb1c7eb09
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ UINT8 FfsEngine::parseIntelImage(const QByteArray & intelImage, QModelIndex & in
// Region access settings // Region access settings
info += tr("\nRegion access settings:"); info += tr("\nRegion access settings:");
info += tr("\nBIOS:%1%2 ME:%2%3 GbE:%4%5") info += tr("\nBIOS:%1%2 ME:%3%4 GbE:%5%6")
.arg(masterSection->BiosRead, 2, 16, QChar('0')) .arg(masterSection->BiosRead, 2, 16, QChar('0'))
.arg(masterSection->BiosWrite, 2, 16, QChar('0')) .arg(masterSection->BiosWrite, 2, 16, QChar('0'))
.arg(masterSection->MeRead, 2, 16, QChar('0')) .arg(masterSection->MeRead, 2, 16, QChar('0'))

View File

@ -20,7 +20,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>UEFITool 0.17.2</string> <string>UEFITool 0.17.3</string>
</property> </property>
<widget class="QWidget" name="centralWidget"> <widget class="QWidget" name="centralWidget">
<property name="sizePolicy"> <property name="sizePolicy">