Added 'OK' button to error message dialog

This commit is contained in:
pelya
2017-04-07 21:52:47 +03:00
parent f2405b6e3e
commit 7a5e2b454e
2 changed files with 22 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ enum ErrorMessageWidgets {
WID_EM_CAPTION, ///< Caption of the window.
WID_EM_FACE, ///< Error title.
WID_EM_MESSAGE, ///< Error message.
WID_EM_CLOSE, ///< Close button.
};
#endif /* WIDGETS_ERROR_WIDGET_H */