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

Origin commit data
------------------
Commit: 05558331f7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-30 (Fri, 30 May 2014)
This commit is contained in:
[CST] Focus
2014-05-30 14:57:17 +04:00
parent e89c3ca7cb
commit 2d45ae2c35
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: