OSDN Git Service

PATCH: [ 1477957 ] Fix 'Help' button position in German translation
authorTim Gerundt <tim@gerundt.de>
Thu, 27 Apr 2006 22:46:04 +0000 (22:46 +0000)
committerTim Gerundt <tim@gerundt.de>
Thu, 27 Apr 2006 22:46:04 +0000 (22:46 +0000)
Src/Changes.txt
Src/Languages/German/MergeGerman.rc

index 2c742c8..8eafa99 100644 (file)
@@ -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
index bb394a3..61f508a 100644 (file)
@@ -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