diff --git a/Src/mdUmmm.bas b/Src/mdUmmm.bas index 0cca658..68b3fbb 100644 --- a/Src/mdUmmm.bas +++ b/Src/mdUmmm.bas @@ -154,10 +154,10 @@ Private Function pvProcess(sFile As String) As String Case "gdiscaling" '--- gdiscaling [on_off] '--- on_off is true/false or 0/1 + pvDumpGdiScaling C_Bool(At(vRow, 1)), cOutput Case "dpiawareness" '--- dpiawareness elements pvDumpDpiAwareness At(vRow, 1), cOutput - pvDumpGdiScaling C_Bool(At(vRow, 1)), cOutput Case "supportedos" '--- supportedos '--- os_types are | separated OSes from { vista, win7, win8, win81 } or guids @@ -537,7 +537,7 @@ Private Function pvDumpGdiScaling(ByVal bEnable As Boolean, cOutput As Collectio If bEnable Then cOutput.Add " " cOutput.Add " " - cOutput.Add " true" + cOutput.Add " true" cOutput.Add " " cOutput.Add " " End If