Add new program icon to windows/mac

This commit is contained in:
Tim Warren 2015-04-27 11:24:04 -04:00
parent c39dd8b9ac
commit cd9ef14192
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

View File

@ -373,6 +373,7 @@ void MainFrame::OnAbout(wxCommandEvent &WXUNUSED(event))
info.SetVersion(APP_VERSION, "Prerelease");
info.AddDeveloper("Tim Warren, Programmer");
info.AddArtist("Brian Smith, Icon");
info.SetDescription("Tyro, a text editor for all development");
info.SetCopyright(" (C) 2015, Timothy J Warren");