From f33cd02d3981f3e0b8d7675833cf3c719fb8a250 Mon Sep 17 00:00:00 2001 From: ybedfer Date: Mon, 9 Dec 2024 12:26:17 +0100 Subject: [PATCH] Reshuffling of commit #1bb07c7c: Unicode tags alphabetically sorted. --- DDCore/include/XML/UnicodeValues.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DDCore/include/XML/UnicodeValues.h b/DDCore/include/XML/UnicodeValues.h index 8f18522bd..53b763675 100644 --- a/DDCore/include/XML/UnicodeValues.h +++ b/DDCore/include/XML/UnicodeValues.h @@ -190,13 +190,14 @@ UNICODE (geometry); UNICODE (glass); UNICODE (global); UNICODE (global_grid_xy); -UNICODE (grid_size_x); -UNICODE (grid_size_y); +UNICODE (grid_angle); UNICODE (grid_size_u); UNICODE (grid_size_v); +UNICODE (grid_size_x); +UNICODE (grid_size_y); +UNICODE (grid_size_z); UNICODE (grid_size_phi); UNICODE (grid_xyz); -UNICODE (grid_angle); UNICODE (gridSizePhi); UNICODE (gridSizeX); UNICODE (gridSizeY);