From a758a67a8cb5c6d07899fa73d880383590ac04e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Sun, 20 Jun 2010 01:22:26 +0200 Subject: [PATCH] cmd: Initial PATH value taken from registry, not wine.conf. --- programs/cmd/En.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/cmd/En.rc b/programs/cmd/En.rc index 97f4640dce8..dfc807e0803 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\ -- 2.11.4.GIT