From 789aa6ae3abd032ff01006d64da45a745c0e4f69 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Thu, 27 Apr 2006 22:46:04 +0000 Subject: [PATCH] PATCH: [ 1477957 ] Fix 'Help' button position in German translation --- Src/Changes.txt | 4 ++++ Src/Languages/German/MergeGerman.rc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Src/Changes.txt b/Src/Changes.txt index 2c742c84d..8eafa9914 100644 --- a/Src/Changes.txt +++ b/Src/Changes.txt @@ -2,6 +2,10 @@ Src\Changes.txt Add new items to top. (This summarizes all changes to all files under Src, including Src\Languages.) +2006-04-28 Tim + PATCH: [ 1477957 ] Fix 'Help' button position in German translation + Src/Languages/German: MergeGerman.rc + 2006-04-26 Kimmo PATCH: [ 1476279 ] Cleanup CDiffContext::UpdateInfoFromDiskHalf() and its usage Src: Diffcontext.cpp DiffContext.h DirScan.cpp DirViewColItems.cpp diff --git a/Src/Languages/German/MergeGerman.rc b/Src/Languages/German/MergeGerman.rc index bb394a300..61f508ab5 100644 --- a/Src/Languages/German/MergeGerman.rc +++ b/Src/Languages/German/MergeGerman.rc @@ -668,7 +668,7 @@ BEGIN LTEXT "Status:",IDC_OPEN_STATUS,15,102,182,8 DEFPUSHBUTTON "OK",IDOK,312,11,50,14 PUSHBUTTON "Abbrechen",IDCANCEL,312,28,50,14 - PUSHBUTTON "Help",ID_HELP,306,45,50,14 + PUSHBUTTON "Hilfe",ID_HELP,312,45,50,14 GROUPBOX "Zu vergleichende Dateien oder Verzeichnisse",IDC_FILES_DIRS_GROUP,7, 7,298,111 END -- 2.11.0