Module: wine Branch: master Commit: a758a67a8cb5c6d07899fa73d880383590ac04e2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a758a67a8cb5c6d07899fa73d8...
Author: Frédéric Delanoy frederic.delanoy@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\