reapack

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

commit ee2ec08c8d1c0c32c85dec9f10beaa05e734a210
parent 7c7dc363ea858a51865ecae5e5ebdc29323a3101
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue,  6 Sep 2016 01:49:20 -0400

manager: edit the label above the repository list

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

diff --git a/src/resource.rc b/src/resource.rc @@ -30,7 +30,8 @@ STYLE DIALOG_STYLE FONT DIALOG_FONT CAPTION "ReaPack Configuration" BEGIN - LTEXT "Remote repositories:", IDC_LABEL, 5, 5, 390, 10 + LTEXT "The repositories enabled in this list are used to populate the package list:", + IDC_LABEL, 5, 5, 390, 10 CONTROL "", IDC_LIST, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP, 5, 18, 390, 190 PUSHBUTTON "&Browse Packages...", IDC_BROWSE, 5, 211, 75, 14