diff NEWS @ 27838:659acfaaf0c9

Use APPDATA for startup file location on Windows (bug #40444). * oct-env.cc (do_get_user_config_directory): Get location of APPDATA instead of LOCALAPPDATA folder. * basic.txi, NEWS: Change documentation and announcement accordingly.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 15 Dec 2019 12:35:12 +0100
parents 8fd7d1d2a4ca
children a8c5255c34b1
line wrap: on
line diff
--- a/NEWS	Sun Dec 15 10:38:14 2019 +0100
+++ b/NEWS	Sun Dec 15 12:35:12 2019 +0100
@@ -57,7 +57,7 @@
 - The startup file `octaverc` now can be located in the platform
   dependent location for user local configuration files (e.g.
   ${XDG_CONFIG_HOME}/octave/octaverc on Unix-like operating systems or
-  %LOCALAPPDATA%\octave\octaverc on Windows).
+  %APPDATA%\octave\octaverc on Windows).
 
 #### Graphics backend