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

mark partition used for recording with icon, disable umount


Origin commit data
------------------
Commit: bbcd7330a8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-01 (Thu, 01 May 2014)
This commit is contained in:
[CST] Focus
2014-05-01 19:03:09 +04:00
parent cbc071f4a2
commit cfcf86f38f
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: