Module: wine
Branch: master
Commit: ab87f82f468f44566d28fc551f9abb1d4fa8f9e2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab87f82f468f44566d28fc551…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Jun 20 16:05:17 2010 +0200
cmd: Update German translation.
---
programs/cmd/De.rc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/cmd/De.rc b/programs/cmd/De.rc
index 2e83338..b6ca7bc 100644
--- a/programs/cmd/De.rc
+++ b/programs/cmd/De.rc
@@ -121,7 +121,7 @@ Laufwerken sind.\n"
"PATH ändert oder zeigt den CMD Suchpfad an.\n\
\n\
Nach der Eingabe von PATH, wird die aktuelle PATH Einstellung angezeigt\n\
-(nach dem Start wird der Wert aus der wine.conf Datei genommen). Um die\n\
+(nach dem Start wird der Wert aus der Registry genommen). Um die\n\
Einstellungen zu ändern, muss nach dem PATH Befehl der neue Wert angegeben\n\
werden\n\
\n\
Module: wine
Branch: master
Commit: cccad9d97b9615224a0cd30336b76d7df71633f5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=cccad9d97b9615224a0cd3033…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Jun 20 16:04:58 2010 +0200
winedump: Update README.
---
tools/winedump/README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winedump/README b/tools/winedump/README
index b1ef087..a6bb59b 100644
--- a/tools/winedump/README
+++ b/tools/winedump/README
@@ -450,5 +450,5 @@ Please send questions and bug reports to jon_p_griffiths(a)yahoo.com.
References
----------
-[1] See the wine and wine.conf man pages for details on how to tell Wine
+[1] See the wine man page for details on how to tell Wine
whether to use native (Win32) or internal DLL's.
Module: wine
Branch: master
Commit: a758a67a8cb5c6d07899fa73d880383590ac04e2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a758a67a8cb5c6d07899fa73d…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Sun Jun 20 01:22:26 2010 +0200
cmd: Initial PATH value taken from registry, not wine.conf.
---
programs/cmd/En.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/cmd/En.rc b/programs/cmd/En.rc
index 97f4640..dfc807e 100644
--- a/programs/cmd/En.rc
+++ b/programs/cmd/En.rc
@@ -112,8 +112,8 @@ MOVE fails if the old and new locations are on different DOS drive letters.\n"
WCMD_PATH,
"PATH displays or changes the cmd search path.\n\
\n\
-Entering PATH will display the current PATH setting (initially this is\n\
-the value given in your wine.conf file). To change the setting follow the\n\
+Entering PATH will display the current PATH setting (initially taken\n\
+from the registry). To change the setting follow the\n\
PATH command with the new value.\n\
\n\
It is also possible to modify the PATH by using the PATH environment\n\