add icon back to LogWindow AddToDatabase button, that got eaten by the designer at some point
This commit is contained in:
parent
39535eacda
commit
09a6f54735
|
@ -26,6 +26,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public LogWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
AddToGameDbBtn.Image = Properties.Resources.add;
|
||||
Closing += (o, e) =>
|
||||
{
|
||||
Detach();
|
||||
|
|
Loading…
Reference in New Issue