CShellWindow: add new enum option ACKNOWLEDGE_MSG

allows to show a messagebox instead a small ok button


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3408dbd833
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-10-05 (Sun, 05 Oct 2014)



------------------
This commit was generated by Migit
This commit is contained in:
2014-10-05 00:13:58 +02:00
parent bc2ba92235
commit 135bd3e98b
2 changed files with 24 additions and 12 deletions

View File

@@ -39,7 +39,8 @@ class CShellWindow
enum shellwindow_modes
{
VERBOSE = 1,
ACKNOWLEDGE = 2
ACKNOWLEDGE = 2,
ACKNOWLEDGE_MSG = 4
};
CShellWindow(const std::string &cmd, const int mode = 0, int *res = NULL);
~CShellWindow();