diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/ai_widget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/ai_widget.h b/src/widgets/ai_widget.h index 4261478f5..76b22b8b4 100644 --- a/src/widgets/ai_widget.h +++ b/src/widgets/ai_widget.h @@ -13,6 +13,7 @@ #define WIDGETS_AI_WIDGET_H #include "../company_type.h" +#include "../textfile_type.h" /** Widgets of the #AIListWindow class. */ enum AIListWidgets { @@ -47,7 +48,8 @@ enum AIConfigWidgets { WID_AIC_CHANGE, ///< Select another AI button. WID_AIC_CONFIGURE, ///< Change AI settings button. WID_AIC_CLOSE, ///< Close window button. - WID_AIC_CONTENT_DOWNLOAD, ///< Download content button. + WID_AIC_TEXTFILE, ///< Open AI readme, changelog (+1) or license (+2). + WID_AIC_CONTENT_DOWNLOAD = WID_AIC_TEXTFILE + TFT_END, ///< Download content button. }; /** Widgets of the #AIDebugWindow class. */ |