From 6136634bcc7a5b4816c154aad7f20efd7230d1bb Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Tue, 19 Feb 2013 07:52:49 +0800 Subject: [PATCH] Resource file updated by Visual Studio Signed-off-by: Sup Yut Sum --- src/Resources/TortoiseProcENG.rc | 6 +++++- src/TortoiseProc/TortoiseProc.vcxproj | 1 + src/TortoiseProc/TortoiseProc.vcxproj.filters | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 21ec8620f..fc9674fad 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -2696,6 +2696,10 @@ BEGIN IDS_SVNACTION_DELETE "Deleted" IDS_SVNACTION_RESTORE "Restored" IDS_SVNACTION_REVERT "Reverted" +END + +STRINGTABLE +BEGIN IDS_GITACTION_UPDATE_REF "Update Ref" END @@ -2786,6 +2790,7 @@ BEGIN IDS_PROC_RESET "Reset" IDS_FETCH_TAGS_ONLY "All tags only" IDS_PROG_CLONE "Clone" + IDS_PROGRS_TITLE_CLONE "Clone" END STRINGTABLE @@ -3713,7 +3718,6 @@ BEGIN IDS_SVNACTION_SENDMAIL_ERROR "Error" IDS_SVNACTION_SENDMAIL_DONE "Done" IDS_SVNACTION_SENDMAIL_RETRY "Retrying..." - IDS_PROGRS_TITLE_CLONE "Clone" END STRINGTABLE diff --git a/src/TortoiseProc/TortoiseProc.vcxproj b/src/TortoiseProc/TortoiseProc.vcxproj index 2eda01b14..b988e3e5d 100644 --- a/src/TortoiseProc/TortoiseProc.vcxproj +++ b/src/TortoiseProc/TortoiseProc.vcxproj @@ -573,6 +573,7 @@ + diff --git a/src/TortoiseProc/TortoiseProc.vcxproj.filters b/src/TortoiseProc/TortoiseProc.vcxproj.filters index b86e00b01..488f3b720 100644 --- a/src/TortoiseProc/TortoiseProc.vcxproj.filters +++ b/src/TortoiseProc/TortoiseProc.vcxproj.filters @@ -1500,6 +1500,9 @@ Resource Files + + Resource Files + -- 2.11.4.GIT