mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06: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