diff --git a/0CC-FamiTracker.vcxproj b/0CC-FamiTracker.vcxproj index 1a9cd2152..dadacb076 100644 --- a/0CC-FamiTracker.vcxproj +++ b/0CC-FamiTracker.vcxproj @@ -902,7 +902,6 @@ - diff --git a/0CC-FamiTracker.vcxproj.filters b/0CC-FamiTracker.vcxproj.filters index 7596172b0..43b64fc48 100644 --- a/0CC-FamiTracker.vcxproj.filters +++ b/0CC-FamiTracker.vcxproj.filters @@ -1320,9 +1320,6 @@ Resource Files\Bitmaps - - Resource Files\Bitmaps - NSF driver diff --git a/Source/AboutDlg.cpp b/Source/AboutDlg.cpp index e82cb191e..4720fa42d 100644 --- a/Source/AboutDlg.cpp +++ b/Source/AboutDlg.cpp @@ -162,7 +162,6 @@ BOOL CAboutDlg::OnInitDialog() SetDlgItemText(IDC_ABOUT_CONTRIB, _T("- Original software by jsr\r\n") _T("- Export plugin support by Gradualore\r\n") - _T("- Icon is made by Kuhneghetz\r\n") _T("- Toolbar icons are made by ilkke\r\n") _T("- DPCM import resampler by Jarhmander\r\n") _T("- Module text import/export by rainwarrior")); // // // diff --git a/res/Application.ico b/res/Application.ico index e4a32c27a..05819e5b1 100644 Binary files a/res/Application.ico and b/res/Application.ico differ diff --git a/res/Document.ico b/res/Document.ico index b0091f6c8..c9732aaf0 100644 Binary files a/res/Document.ico and b/res/Document.ico differ