summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-12 09:19:38 -0400
committerDavid Robillard <d@drobilla.net>2023-05-12 09:19:38 -0400
commit0e4bcc1123a500c20b4f353c9ffa2324a37f22c5 (patch)
treebe9f49e77bd16b2af9cd6c603e76d426faff1b2a /src/Legend.cpp
parente659e4b33defc709fe3129b4a6420deaef67e6b4 (diff)
downloadpatchage-0e4bcc1123a500c20b4f353c9ffa2324a37f22c5.tar.gz
patchage-0e4bcc1123a500c20b4f353c9ffa2324a37f22c5.tar.bz2
patchage-0e4bcc1123a500c20b4f353c9ffa2324a37f22c5.zip
Fix use of reserved macro name
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index a4e8705..1ef833e 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -24,7 +24,7 @@ namespace patchage {
Legend::Legend(const Configuration& configuration)
{
add_button(PortType::jack_audio,
- _("Audio"),
+ T("Audio"),
configuration.get_port_color(PortType::jack_audio));
#if USE_JACK_METADATA