reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit f331956f81316351f0a692bc862881e828ba2edb
parent fdac5c1c7034292a983c82ddeb719b458b4c9a64
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Mon, 18 Jan 2016 20:12:35 -0500

edit the title of the report dialog

Diffstat:
Msrc/resource.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/resource.rc b/src/resource.rc @@ -16,7 +16,7 @@ END IDD_REPORT_DIALOG DIALOGEX 0, 0, 260, 240 STYLE DIALOG_STYLE FONT DIALOG_FONT -CAPTION "ReaPack" +CAPTION "ReaPack: Transaction Report" BEGIN LTEXT "Synchronization complete!", IDC_LABEL, 5, 5, 250, 10 EDITTEXT IDC_REPORT, 6, 18, 248, 195, WS_VSCROLL | ES_MULTILINE |