mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
CShellWindow: add new enum option ACKNOWLEDGE_MSG
allows to show a messagebox instead a small ok button
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user