reapack

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

commit 298db41c777f4a3cc6ce1af4680bb66c0f34799a
parent edcb162245fcd6185961fddd45825feb6ec5ba6c
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed, 18 Jan 2017 01:09:30 -0500

manager: remove extra ellipsis on the Browse packages button

https://msdn.microsoft.com/en-us/library/windows/desktop/dn742402.aspx

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

diff --git a/src/resource.rc b/src/resource.rc @@ -34,7 +34,7 @@ BEGIN IDC_LABEL, 5, 5, 360, 10 CONTROL "", IDC_LIST, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP, 5, 18, 360, 170 - PUSHBUTTON "&Browse Packages...", IDC_BROWSE, 5, 191, 75, 14 + PUSHBUTTON "&Browse packages", IDC_BROWSE, 5, 191, 75, 14 PUSHBUTTON "&Import...", IDC_IMPORT, 83, 191, 45, 14 PUSHBUTTON "&Options...", IDC_OPTIONS, 131, 191, 45, 14 DEFPUSHBUTTON "&OK", IDOK, 238, 191, 40, 14