From 34114aa1f7641df87de77534c1d0a85edf3bfab1 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Tue, 9 Jun 2015 14:00:54 -0500 Subject: [PATCH] Change "Builtin" to "Built-in" --- src/effects/Effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/Effect.h b/src/effects/Effect.h index 7cd3b861a..0fcc070f7 100644 --- a/src/effects/Effect.h +++ b/src/effects/Effect.h @@ -34,7 +34,7 @@ class wxWindow; #include "../Internat.h" #include "../widgets/ProgressDialog.h" -#define BUILTIN_EFFECT_PREFIX wxT("Builtin Effect: ") +#define BUILTIN_EFFECT_PREFIX wxT("Built-in Effect: ") class SelectedRegion; class TimeWarper;