From 709d815b6fcfcb3a41beda46a710558e9c1c6ebc Mon Sep 17 00:00:00 2001 From: Pablo Alvarez Lopez Date: Thu, 12 Dec 2024 13:20:08 +0100 Subject: [PATCH] Fixed build. Refs #3 --- src/utils/gui/windows/GUIAppEnum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/gui/windows/GUIAppEnum.h b/src/utils/gui/windows/GUIAppEnum.h index ef8dacefdb42..f44021d10d71 100644 --- a/src/utils/gui/windows/GUIAppEnum.h +++ b/src/utils/gui/windows/GUIAppEnum.h @@ -1045,7 +1045,7 @@ enum { /// @brief set attribute (string, bool, etc.) in attributes editor row MID_GNE_ATTRIBUTESEDITORROW_SETATTRIBUTE, /// @brief toogle enable attribute in attributes editor row - MID_GNE_ATTRIBUTESEDITORROW_TOOGLEENABLEATTRIBUTE, + MID_GNE_ATTRIBUTESEDITORROW_TOGGLEENABLEATTRIBUTE, /// @brief open color dialog in attributes editor row MID_GNE_ATTRIBUTESEDITORROW_OPENCOLORDIALOG, /// @brief open allow dialog in attributes editor row