[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug: On Hook Scripts settings page, the Help button isn't anchored

From: Roger Lipscombe <roger_at_differentpla.net>
Date: Sun, 27 Apr 2008 08:27:02 +0100

Roger Lipscombe wrote:
> ...meaning that it doesn't move when you resize the dialog.
>
Here's a patch against r12788.

Cheers,
Roger.

Index: SetHooksAdv.cpp
===================================================================
--- SetHooksAdv.cpp (revision 12788)
+++ SetHooksAdv.cpp (working copy)
@@ -105,6 +105,7 @@
         AddAnchor(IDC_HIDECHECK, BOTTOM_LEFT, BOTTOM_RIGHT);
         AddAnchor(IDOK, BOTTOM_RIGHT);
         AddAnchor(IDCANCEL, BOTTOM_RIGHT);
+ AddAnchor(IDHELP, BOTTOM_RIGHT);
         EnableSaveRestore(_T("SetHooksAdvDlg"));
         return TRUE;
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-04-27 09:27:16 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.