System Info dialog made nicer.

Fixed a bug in reporting a software renderer on Windows.
This commit is contained in:
bubnikv 2017-02-19 19:08:58 +01:00
parent 898deb48c4
commit a8eb217e4a
3 changed files with 11 additions and 13 deletions

View file

@ -350,8 +350,8 @@ sub tags {
# End of line
$tags{eol} = ($format eq 'html') ? '<br>' : "\n";
# Heading
$tags{h2start} = ($format eq 'html') ? '<h2>' : '';
$tags{h2end} = ($format eq 'html') ? '</h2>' : '';
$tags{h2start} = ($format eq 'html') ? '<b>' : '';
$tags{h2end} = ($format eq 'html') ? '</b>' : '';
# Bold font
$tags{bstart} = ($format eq 'html') ? '<b>' : '';
$tags{bend} = ($format eq 'html') ? '</b>' : '';