gui/nfs.cpp: RC_spkr clears selected mount entry, based on patch (c) martii <m4rtii@gmx.de>

This commit is contained in:
[CST] Focus
2013-07-17 11:30:51 +04:00
parent cc115a3615
commit 77f3f86d30
2 changed files with 31 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ class CNFSMountGui : public CMenuTarget
char m_entry[NETWORK_NFS_NR_OF_ENTRIES][200];
char ISO_8859_1_entry[NETWORK_NFS_NR_OF_ENTRIES][200];
CMenuWidget *mountMenuWPtr;
int menu_offset;
CMenuForwarderNonLocalized* mountMenuEntry[NETWORK_NFS_NR_OF_ENTRIES];
CFSMounter::FS_Support m_nfs_sup;