[ui] use a hidden button on the status bar to generate the hash

* Also add a tooltip for the language bar
* Also reduce the size of the icon in README.md
This commit is contained in:
Pete Batard 2015-07-02 22:46:26 +01:00
parent 3ccae1d2e2
commit 91e699d38a
7 changed files with 115 additions and 66 deletions

View file

@ -357,7 +357,7 @@ enum WindowsVersion {
extern HINSTANCE hMainInstance;
extern HWND hMainDialog, hLogDlg, hStatus, hDeviceList, hCapacity;
extern HWND hPartitionScheme, hFileSystem, hClusterSize, hLabel, hBootType, hNBPasses, hLog;
extern HWND hInfo, hProgress, hDiskID;
extern HWND hInfo, hProgress, hDiskID, hHash;
extern float fScale;
extern char szFolderPath[MAX_PATH], app_dir[MAX_PATH], system_dir[MAX_PATH];
extern char* image_path;