1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 14:19:30 +02:00

Dark background for html theme image map.

This commit is contained in:
James Crook 2016-06-26 10:47:49 +01:00
parent 3a1f945692
commit 65b0407f4c

View File

@ -691,7 +691,7 @@ void ThemeBase::WriteImageMap( )
return;
File.Write( wxT("<html>\r\n"));
File.Write( wxT("<body>\r\n"));
File.Write( wxT("<body bgcolor=\"303030\">\r\n"));
File.Write( wxT("<img src=\"ImageCache.png\" usemap=\"#map1\">\r\n" ));
File.Write( wxT("<map name=\"map1\">\r\n") );