gui/hdd_menu.cpp: ask to set recording path after mount (hotplug or format)

This commit is contained in:
[CST] Focus
2014-05-30 14:57:17 +04:00
parent f3c87f75ae
commit 05558331f7
2 changed files with 31 additions and 15 deletions

View File

@@ -92,6 +92,7 @@ class CHDDMenuHandler : public CMenuTarget
void showError(neutrino_locale_t err);
bool scanDevices();
void showHint(std::string &messsage);
void setRecordPath(std::string &dev);
CHDDMenuHandler();
public: