mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
fix shadow stuff and initializers....
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -199,16 +199,16 @@ int CNFSMountGui::menu()
|
||||
#define MESSAGEBOX_NO_YES_OPTION_COUNT 2
|
||||
const CMenuOptionChooser::keyval MESSAGEBOX_NO_YES_OPTIONS[MESSAGEBOX_NO_YES_OPTION_COUNT] =
|
||||
{
|
||||
{ 0, LOCALE_MESSAGEBOX_NO },
|
||||
{ 1, LOCALE_MESSAGEBOX_YES }
|
||||
{ 0, LOCALE_MESSAGEBOX_NO ,0},
|
||||
{ 1, LOCALE_MESSAGEBOX_YES ,0}
|
||||
};
|
||||
|
||||
#define NFS_TYPE_OPTION_COUNT 3
|
||||
const CMenuOptionChooser::keyval NFS_TYPE_OPTIONS[NFS_TYPE_OPTION_COUNT] =
|
||||
{
|
||||
{ CFSMounter::NFS , LOCALE_NFS_TYPE_NFS },
|
||||
{ CFSMounter::CIFS, LOCALE_NFS_TYPE_CIFS } /*,
|
||||
{ CFSMounter::LUFS, LOCALE_NFS_TYPE_LUFS } */
|
||||
{ CFSMounter::NFS , LOCALE_NFS_TYPE_NFS ,0},
|
||||
{ CFSMounter::CIFS, LOCALE_NFS_TYPE_CIFS ,0} /*,
|
||||
{ CFSMounter::LUFS, LOCALE_NFS_TYPE_LUFS ,0} */
|
||||
};
|
||||
|
||||
int CNFSMountGui::menuEntry(int nr)
|
||||
|
Reference in New Issue
Block a user