From 1a20495400d1c006e30bc0a95c43418d10229c95 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Tue, 5 Apr 2022 15:44:15 +0200 Subject: [PATCH] Doc: Update Windows paths to settings files This way it looks less scary and easier to remember. Change-Id: If8ccd37d85647f3ae26c615556c78ae99c992c13 Reviewed-by: Leena Miettinen Reviewed-by: --- doc/qtcreator/src/user-interface/creator-ui.qdoc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/qtcreator/src/user-interface/creator-ui.qdoc b/doc/qtcreator/src/user-interface/creator-ui.qdoc index 8f6beb09927..e6e04f6e2b6 100644 --- a/doc/qtcreator/src/user-interface/creator-ui.qdoc +++ b/doc/qtcreator/src/user-interface/creator-ui.qdoc @@ -274,13 +274,8 @@ \li On \macos, the files are located in \c {~/.config/QtProject} and \c {~/Library/Application Support/QtProject/Qt Creator}. - \li On Windows XP, the files are located in - \c {%SystemDrive%\Documents and Settings\%USERNAME%\Application Data\QtProject} and - \c {%SystemDrive%\Documents and Settings\%USERNAME%\Local Settings\Application Data\QtProject}. - - \li On Windows 7, the files are located in - \c {%SystemDrive%\Users\%USERNAME%\AppData\Roaming\QtProject} and - \c {%SystemDrive%\Users\%USERNAME%\AppData\Local\QtProject}. + \li On Windows, the files are located in + \c {%appdata%\QtProject} and \c {%localappdata%\QtProject}. \endlist \endif