mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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