gui/fs: fix NFS_TYPE_OPTION_COUNT (and I'm considering to drop lufs completely)

This commit is contained in:
martii
2014-01-25 21:36:28 +01:00
committed by [CST] Focus
parent f28a6892bc
commit 611964e7d7

View File

@@ -224,7 +224,7 @@ const CMenuOptionChooser::keyval MESSAGEBOX_NO_YES_OPTIONS[MESSAGEBOX_NO_YES_OPT
{ 1, LOCALE_MESSAGEBOX_YES }
};
#define NFS_TYPE_OPTION_COUNT 3
#define NFS_TYPE_OPTION_COUNT 2
const CMenuOptionChooser::keyval NFS_TYPE_OPTIONS[NFS_TYPE_OPTION_COUNT] =
{
{ CFSMounter::NFS , LOCALE_NFS_TYPE_NFS },