Added 'OK' button to error message dialog

This commit is contained in:
pelya
2017-04-07 21:52:47 +03:00
committed by Sergii Pylypenko
parent 450858784e
commit 7400272cd2
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 */