1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-23 04:52:39 -05:00

Windows: Add a donation menu entry

This commit is contained in:
Mounir IDRASSI
2014-12-20 14:59:57 +01:00
parent fbe1bbaffd
commit 02cbecff64
4 changed files with 10 additions and 1 deletions
+6
View File
@@ -6274,6 +6274,12 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
return 1;
}
if (lw == IDM_DONATE)
{
Applink ("donate", TRUE, "");
return 1;
}
if (lw == IDM_LICENSE)
{
TextInfoDialogBox (TC_TBXID_LEGAL_NOTICES);