From e4391bb403cacf79124e7a9ecdc3d609a285789e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 Aug 2016 12:00:56 +0200 Subject: make the style listing in the configure summary less weird remove the redundant 'Style' suffix, and use CamelCased words (the list uses space as a separator). Change-Id: I169a741fdc293ac42ae6b97a5726477b53127506 Reviewed-by: Lars Knoll --- src/widgets/configure.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/configure.json b/src/widgets/configure.json index ee7e1dd8e0..c1931d9d80 100644 --- a/src/widgets/configure.json +++ b/src/widgets/configure.json @@ -44,30 +44,30 @@ "output": [ "privateFeature" ] }, "style-fusion": { - "label": "Fusion Style", + "label": "Fusion", "output": [ "styles" ] }, "style-mac": { - "label": "Mac Style", + "label": "macOS", "condition": "config.osx", "output": [ "styles" ] }, "style-windows": { - "label": "Windows Style", + "label": "Windows", "output": [ "styles" ] }, "style-windowsxp": { - "label": "Windows XP Style", + "label": "WindowsXP", "condition": "features.style-windows && config.win32 && !config.winrt && tests.uxtheme", "output": [ "styles" ] }, "style-windowsvista": { - "label": "Windows Vista Style", + "label": "WindowsVista", "condition": "features.style-windowsxp", "output": [ "styles" ] }, "style-android": { - "label": "Android Style", + "label": "Android", "autoDetect": "config.android", "output": [ "styles" ] }, -- cgit v1.2.3