diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 53a4b8c86..7fadcc2d9 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1389,7 +1389,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the If \lstinline!colorSelector = true!, it suggests that an rgb-value selector can be presented for a vector of three elements and generate values 0..255 (the color selector should be useable both for vectors of \lstinline!Integer! and \lstinline!Real!). -The presence of \lstinline!loadSelector! or \lstinline!saveSelector! specifying \fmtannotationindex{Selector} suggests a file dialog to select a file. +The presence of \lstinline!loadSelector! or \lstinline!saveSelector! specifying \fmtannotationindex{Selector} suggests the use of a file dialog to select a file. Setting \lstinline!filter! will in the dialog only show files that fulfill the given pattern. Setting \lstinline!text1 (*.ext1);;text2 (*.ext2)! will only show files with file extension \filename{ext1} or \filename{ext2} with the corresponding description texts \lstinline!text1! and \lstinline!text2!, respectively. \lstinline!caption! is a caption for display in the file dialog.