diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 67cfd8195..3ceda0edd 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1418,7 +1418,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the \begin{lstlisting}[language=modelica] record Dialog parameter String tab = "General"; - parameter String group = "Parameters"; + parameter String group = ""; parameter Boolean enable = true; parameter Boolean showStartAttribute = false; parameter Boolean colorSelector = false;