diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 14:59:57 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 15:31:22 +0100 |
commit | 02cbecff6450f37498c558c1352550d647bffdfa (patch) | |
tree | 4da0944db9e2a01c4e36ed128fc00fc7583c124f /src/Mount/Mount.rc | |
parent | fbe1bbaffdac28b2f6868d2b2a4656d96d089371 (diff) | |
download | VeraCrypt-02cbecff6450f37498c558c1352550d647bffdfa.tar.gz VeraCrypt-02cbecff6450f37498c558c1352550d647bffdfa.zip |
Windows: Add a donation menu entry
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 8851646e..c0626df5 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -609,6 +609,7 @@ BEGIN 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
MENUITEM "About", IDM_ABOUT
|