mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
Update menu changes; setup wizard banner
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@634 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -54,7 +54,8 @@ class CMessageBox : public CHintBoxExt
|
||||
mbrYes = 0,
|
||||
mbrNo = 1,
|
||||
mbrCancel = 2,
|
||||
mbrBack = 3
|
||||
mbrBack = 3,
|
||||
mbrOk = 4
|
||||
} result;
|
||||
|
||||
enum buttons_
|
||||
@@ -63,7 +64,8 @@ class CMessageBox : public CHintBoxExt
|
||||
mbNo = 0x02,
|
||||
mbCancel = 0x04,
|
||||
mbAll = 0x07,
|
||||
mbBack = 0x08
|
||||
mbBack = 0x08,
|
||||
mbOk = 0x10
|
||||
} buttons;
|
||||
|
||||
// Text & Caption are always UTF-8 encoded
|
||||
|
Reference in New Issue
Block a user