reapack

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

commit d33764fa04cdd5ed483c050fc3ddf066bd05c9fe
parent cd8701f95b78dc4c0d4794dd0c24e6699e15a526
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue,  6 Jun 2017 18:53:25 -0400

(fix typo in comment)

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

diff --git a/src/about.cpp b/src/about.cpp @@ -238,7 +238,7 @@ void About::setAction(const string &label) void About::setTab(const int tab) { - // FIXME: Remove hard-codded maximum tab count + // FIXME: Remove hard-coded maximum tab count const int firstTab = 3 - m_tabs->count(); assert(firstTab >= 0); if(tab >= firstTab)