• R/O
  • SSH
  • HTTPS

tortoisesvn: Commit


Commit MetaInfo

Revision29294 (tree)
Time2021-11-20 01:09:14
Authorstefankueng

Log Message

fix default button

Change Summary

Incremental Difference

--- trunk/src/Utils/Hooks.cpp (revision 29293)
+++ trunk/src/Utils/Hooks.cpp (revision 29294)
@@ -948,7 +948,7 @@
948948 taskDlg.SetCommonButtons(TDCBF_CANCEL_BUTTON);
949949 taskDlg.SetVerificationCheckboxText(CString(MAKEINTRESOURCE(IDS_HOOKS_APPROVE_TASK5)));
950950 taskDlg.SetVerificationCheckbox(false);
951- taskDlg.SetDefaultCommandControl(200);
951+ taskDlg.SetDefaultCommandControl(102);
952952 taskDlg.SetMainIcon(TD_WARNING_ICON);
953953 auto ret = taskDlg.DoModal(hWnd);
954954 if (ret == IDCANCEL)
Show on old repository browser