reapack

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

commit ce4583fb86b1d89d9a8a6bd22eb2350996372433
parent 5a8c0b5485ba14b98f155c88c4fe16912bc0b2c4
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 15 Mar 2016 18:40:58 -0400

terminology fix: s/orphaned/obsolete

see http://askubuntu.com/a/287766 for a good description of the difference

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

diff --git a/src/cleanup.cpp b/src/cleanup.cpp @@ -108,7 +108,7 @@ void Cleanup::onTimer(const int id) { stopTimer(id); - MessageBox(handle(), AUTO_STR("No orphaned package found!"), + MessageBox(handle(), AUTO_STR("No obsolete package found!"), AUTO_STR("ReaPack"), MB_OK); close();