From a41c9b392555b81678c31b3722a2bdb887a1b887 Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Mon, 21 Mar 2016 14:30:37 +0800 Subject: Reword 'Type' to 'Style' for meters. Per @hishamhm's suggestion. This is UI change only. In code the class names and symbols still refer them as "modes". --- MetersPanel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MetersPanel.h') diff --git a/MetersPanel.h b/MetersPanel.h index 1736dfb4..b012869f 100644 --- a/MetersPanel.h +++ b/MetersPanel.h @@ -27,6 +27,8 @@ struct MetersPanel_ { }; +// Note: In code the meters are known to have bar/text/graph "Modes", but in UI +// we call them "Styles". void MetersPanel_setMoving(MetersPanel* this, bool moving); -- cgit v1.2.3