reapack

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

commit cf44ead54bdd3470c59cf2b045ec8aeb6a575f30
parent 535cdcbbc26141cf3a8f1bd926938ef1b036ea1b
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri,  1 Apr 2016 18:52:57 -0400

always show the "Install this repository" button in the about dialog

Diffstat:
Msrc/about.cpp | 2--
Msrc/resource.rc | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/about.cpp b/src/about.cpp @@ -233,8 +233,6 @@ void About::updateInstalledFiles() stream << path.join() << "\r\n"; SetWindowText(m_installedFiles, make_autostring(stream.str()).c_str()); - - hide(getControl(IDC_INSTALL)); } } diff --git a/src/resource.rc b/src/resource.rc @@ -60,7 +60,7 @@ BEGIN WS_VSCROLL | ES_MULTILINE | ES_READONLY | NOT WS_TABSTOP PUSHBUTTON "&Website", IDC_WEBSITE, 5, 250, 45, 14 PUSHBUTTON "&Donate...", IDC_DONATE, 54, 250, 45, 14 - PUSHBUTTON "&Install this repository", IDC_INSTALL, 286, 250, 120, 14 + PUSHBUTTON "&Install/update this repository", IDC_INSTALL, 286, 250, 120, 14 DEFPUSHBUTTON "&Close", IDOK, 409, 250, 45, 14 END