aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/carbon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/carbon.c b/src/carbon.c
index 9af606a..bd3775b 100644
--- a/src/carbon.c
+++ b/src/carbon.c
@@ -27,6 +27,7 @@ carbon_event_handler(EventHandlerCallRef ref, EventRef event, void *context)
carbon->process_name = NULL;
}
+ CFStringLowercase(process_name_ref, CFLocaleGetSystem());
carbon->process_name = copy_cfstring(process_name_ref);
CFRelease(process_name_ref);
}