diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-20 07:08:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 12:00:17 +0200 |
commit | 138d22a254d55724efa9587ce3d53fbed491d04f (patch) | |
tree | 160743d77457a79450872dee66f155fa19108cff /src/Mount/Mount.rc | |
parent | 330bed0c42ae906d4482db8896b8cb7b2820107b (diff) | |
download | VeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.tar.gz VeraCrypt-138d22a254d55724efa9587ce3d53fbed491d04f.zip |
Windows: remove crash dump analysis functionality. It didn't always work and it required external debugging tools.
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index e52e5095..e2aa43a3 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -634,8 +634,6 @@ BEGIN MENUITEM "News", IDM_NEWS
MENUITEM "Version History", IDM_VERSION_HISTORY
MENUITEM SEPARATOR
- MENUITEM "Analyze a System Crash...", IDM_ANALYZE_SYSTEM_CRASH
- MENUITEM SEPARATOR
MENUITEM "Donate now...", IDM_DONATE
MENUITEM "Contact", IDM_CONTACT
MENUITEM "Legal Notices", IDM_LICENSE
|