From 64ec10d1a63829f6e183e9ca63c7a2382cf9289a Mon Sep 17 00:00:00 2001 From: "RichardAsh1981@gmail.com" Date: Sun, 17 Aug 2014 15:48:48 +0000 Subject: [PATCH] Add missing word to this copy of string (TODO: write a function to reduce this 5-line pattern to 1 line) --- src/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 8b52b8001..a41a1bf4d 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -533,7 +533,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S ) AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"), enabled); # else - AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme and Tempo Change support"), + AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"), disabled); # endif