reapack

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

commit 22a73cfd5838d7e31715bfce2b32e776bb11f6d9
parent 22f4d526d5dde1d699e99fbf8203c934b88c6e68
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri,  1 Jan 2016 19:59:29 -0500

enhence the remote overwrite confirmation dialog's text

Diffstat:
Msrc/reapack.cpp | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -143,8 +143,9 @@ void ReaPack::importRemote() if(m_config->remotes().count({name})) { const int button = ShowMessageBox( - "Do you want to overwrite the current remote?", - "This remote is already configured", MB_YESNO); + "This remote is already configured.\r\n" + "Do you want to overwrite the current remote?" + , title, MB_YESNO); if(button != IDYES) return;