From 1a277edee59f2688bc2a2ec50383694ea448c664 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 13 Jan 2012 15:31:51 +0100 Subject: [PATCH] enable help for request pull dialog Signed-off-by: Sven Strickroth --- doc/source/en/TortoiseGit/tsvn_dug/dug_patch.xml | 1 + src/Resources/TortoiseProcENG.rc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_patch.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_patch.xml index 0e14982e7..5d6ac990c 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_patch.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_patch.xml @@ -14,6 +14,7 @@ + For open source projects (like this one) everyone has read access to the repository, and anyone can make a contribution diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index b6e72626d..9a850a07a 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -1071,7 +1071,7 @@ BEGIN EDITTEXT IDC_REMOTE_BRANCH,62,44,242,13,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,141,70,50,14 PUSHBUTTON "Cancel",IDCANCEL,197,70,50,14 - PUSHBUTTON "Help",IDHELP,254,70,50,14,WS_DISABLED + PUSHBUTTON "Help",IDHELP,254,70,50,14 END IDD_GITSWITCH DIALOGEX 0, 0, 296, 185 -- 2.11.4.GIT