From 810a2bc4083a841ab49c2febc7a61364c093fc71 Mon Sep 17 00:00:00 2001 From: joyfullservice Date: Sat, 8 Jul 2023 17:30:03 -0500 Subject: [PATCH] Use Unicode characters for three dots in ribbon Regular period characters get stripped out if you have three in a row in a ribbon caption. I am using Unicode characters instead so I can still show "Build As..." in the caption. (If someone has a better way to do this, please let me know! I don't like this kind of clever hack, but I don't know of a better way to do it.) --- Ribbon/Ribbon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ribbon/Ribbon.xml b/Ribbon/Ribbon.xml index 5a77d72a..1738fb3b 100644 --- a/Ribbon/Ribbon.xml +++ b/Ribbon/Ribbon.xml @@ -15,7 +15,7 @@