From dfa0e61f254eb1bdcfbc932ec2c6c38443f79c65 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 6 Oct 2013 11:29:14 +0000 Subject: (svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro) --- src/widgets/misc_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets') diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h index a54e83035..a6dd081a9 100644 --- a/src/widgets/misc_widget.h +++ b/src/widgets/misc_widget.h @@ -48,6 +48,7 @@ enum QueryWidgets { /** Widgets of the #TextfileWindow class. */ enum TextfileWidgets { WID_TF_CAPTION, ///< The caption of the window. + WID_TF_WRAPTEXT, ///< Whether or not to wrap the text. WID_TF_BACKGROUND, ///< Panel to draw the textfile on. WID_TF_VSCROLLBAR, ///< Vertical scrollbar to scroll through the textfile up-and-down. WID_TF_HSCROLLBAR, ///< Horizontal scrollbar to scroll through the textfile left-to-right. -- cgit v1.2.3-54-g00ecf