diff --git a/youtube_dl_gui/YoutubeDLGUI.py b/youtube_dl_gui/YoutubeDLGUI.py index 59f52ae..72b7a47 100644 --- a/youtube_dl_gui/YoutubeDLGUI.py +++ b/youtube_dl_gui/YoutubeDLGUI.py @@ -1199,7 +1199,7 @@ class GeneralPanel(wx.Panel): def OnAbout(self, event): info = wx.AboutDialogInfo() - info.SetIcon(wx.Icon(ICON, wx.BITMAP_TYPE_ICO)) + info.SetIcon(wx.Icon(ICON, wx.BITMAP_TYPE_PNG)) info.SetName(__appname__) info.SetVersion(__version__) info.SetDescription(__descriptionfull__)