gui/hdd_menu.cpp: add question to set record directory to formatted drive;

mark partition used for recording with icon, disable umount
This commit is contained in:
[CST] Focus
2014-05-01 19:03:09 +04:00
parent bbf0a95542
commit bbcd7330a8
5 changed files with 133 additions and 74 deletions

View File

@@ -25,8 +25,8 @@
#ifndef __hdd_menu__
#define __hdd_menu__
#include "widget/menue.h"
#include <gui/widget/hintbox.h>
using namespace std;
@@ -91,6 +91,7 @@ class CHDDMenuHandler : public CMenuTarget
int formatDevice(std::string dev);
void showError(neutrino_locale_t err);
bool scanDevices();
void showHint(std::string &messsage);
CHDDMenuHandler();
public: