Skip to content

Commit

Permalink
Update About dialog information
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Apr 4, 2021
1 parent 7655ea2 commit db06621
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Dn-FamiTracker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ BEGIN
VERTGUIDE, 84
VERTGUIDE, 221
TOPMARGIN, 12
BOTTOMMARGIN, 370
BOTTOMMARGIN, 353
HORZGUIDE, 49
HORZGUIDE, 58
END
Expand Down Expand Up @@ -1065,7 +1065,7 @@ END
// Dialog
//

IDD_ABOUTBOX DIALOGEX 0, 0, 285, 375
IDD_ABOUTBOX DIALOGEX 0, 0, 285, 358
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Dn-FamiTracker"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
Expand All @@ -1082,14 +1082,14 @@ BEGIN
LTEXT "This software is licensed under the GNU General Public License.\n0CC / Dn sources are available on Github.\nVanilla source is available on the webpage.",IDC_STATIC,54,181,224,24
LTEXT "Contributions:",IDC_STATIC,54,210,224,9
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,54,221,215,1
EDITTEXT IDC_ABOUT_CONTRIB,54,222,225,65,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "Libraries:",IDC_STATIC,54,294,224,8
EDITTEXT IDC_ABOUT_LIB,53,305,225,65,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "Libraries:",IDC_STATIC,54,283,224,8
DEFPUSHBUTTON "OK",IDOK,7,105,39,16,WS_GROUP
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,54,305,215,1
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,54,294,215,1
LTEXT "http://hertzdevil.info/programs/",IDC_WEBPAGE,84,116,137,9,SS_NOTIFY
LTEXT "http://famitracker.com",IDC_WEBPAGE2,84,107,137,9,SS_NOTIFY
LTEXT "https://github.com/Gumball2415/Dn-FamiTracker",IDC_WEBPAGE3,84,125,194,9,SS_NOTIFY
EDITTEXT IDC_ABOUT_CONTRIB,54,223,224,57,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
EDITTEXT IDC_ABOUT_LIB,54,296,224,57,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
END

IDD_MAINFRAME DIALOGEX 0, 0, 405, 126
Expand Down
14 changes: 8 additions & 6 deletions Source/AboutDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,18 @@ BOOL CAboutDlg::OnInitDialog()
_T("- 0CC-FamiTracker by HertzDevil\r\n")
_T("- Additional improvements by nyanpasu64\r\n")
_T("- Export plugin support by Gradualore\r\n")
_T("- Sunsoft 5B information in manual by Blue Mario\r\n") // // !!
_T("- Toolbar icons are made by ilkke\r\n")
_T("- Dn-FT icon design by Compass Man\r\n") // // !!
_T("- DPCM import resampler by Jarhmander\r\n")
_T("- DPCM sample bit order reverser mod by Persune\r\n") // // !!
_T("- DPCM sample bit order reverser mod by Persune\r\n") // // !!
_T("- Module text import/export by rainwarrior")); // // //
SetDlgItemText(IDC_ABOUT_LIB, // // !! <- line break here
_T("- Blip_buffer 0.4.0 is Copyright (C) blargg (LGPL v2.1)\r\n")
SetDlgItemText(IDC_ABOUT_LIB, // // !!
_T("- Blip_buffer 0.4.1 is Copyright (C) blargg (LGPL v2.1)\r\n (modified by nyanpasu64)")
_T("- FFT code is (C) 2017 Project Nayuki (MIT)\r\n")
_T("- YM2413 emulator is (C) Mitsutaka Okazaki (MIT)\r\n")
_T("- Old FDS sound emulator from nezplug (including a fix by\r\n rainwarrior)\r\n")
_T("- New FDS sound emulator from rainwarrior's NSFPlay\r\n")
_T("- emu2413 v1.5.2 (C) Mitsutaka Okazaki (MIT)\r\n")
_T("- 2A03 sound emulator from NSFPlay\r\n")
_T("- FDS sound emulator from Mesen (C) Sourmesen (GPL v3)\r\n")
_T("- JSON for Modern C++ is Copyright (C) Niels Lohmann (MIT)"));

m_pHead = new CHead();
Expand Down
Binary file modified res/About.bmp
Binary file not shown.
6 changes: 3 additions & 3 deletions resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
#define IDR_EXPORT_TEST_REPORT 311
#define IDS_DSOUND_ERROR 312
#define IDS_DSOUND_BUFFER_ERROR 313
#define IDB_ABOUT 313
#define IDS_EDIT_MODE 314
#define IDI_LEFT 314
#define IDS_NORMAL_MODE 315
Expand All @@ -219,6 +218,7 @@
#define IDD_SPLIT_KEYBOARD 345
#define IDR_HTML1 361
#define IDD_VERSION_CHECKER 369
#define IDB_ABOUT 376
#define IDC_INSTRUMENTS 1001
#define IDC_INSTSETTINGS 1002
#define IDC_IMPORT_DETUNE 1002
Expand Down Expand Up @@ -794,9 +794,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 374
#define _APS_NEXT_RESOURCE_VALUE 377
#define _APS_NEXT_COMMAND_VALUE 33215
#define _APS_NEXT_CONTROL_VALUE 1494
#define _APS_NEXT_CONTROL_VALUE 1495
#define _APS_NEXT_SYMED_VALUE 179
#endif
#endif

0 comments on commit db06621

Please sign in to comment.