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:
parent
3a1f945692
commit
65b0407f4c
@ -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") );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user