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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user