diff --git a/xtrn/DDAreaChoosers/DDFileAreaChooser.js b/xtrn/DDAreaChoosers/DDFileAreaChooser.js
index d2c6669710c33942827a3723c657a1701ba92afc..f7936c8d09da99da2d1f3972d5bfeace449830c5 100644
--- a/xtrn/DDAreaChoosers/DDFileAreaChooser.js
+++ b/xtrn/DDAreaChoosers/DDFileAreaChooser.js
@@ -81,6 +81,8 @@
  *                            F & L keys working again on the light bar menu (first & last page).
  *                            Fix to ensure the header lines are written in the proper place after
  *                            showing help.
+ * 2025-05-03 Eric Oulashin   Version 1.42d
+ *                            Fix: Displays the configured area change header again
  */
 
 // TODO: Failing silently when 1st argument is true
@@ -121,8 +123,8 @@ if (system.version_num < 31400)
 }
 
 // Version & date variables
-var DD_FILE_AREA_CHOOSER_VERSION = "1.42c";
-var DD_FILE_AREA_CHOOSER_VER_DATE = "2025-04-21";
+var DD_FILE_AREA_CHOOSER_VERSION = "1.42d";
+var DD_FILE_AREA_CHOOSER_VER_DATE = "2025-05-03";
 
 // Keyboard input key codes
 var CTRL_H = "\x08";
@@ -402,6 +404,14 @@ function DDFileAreaChooser_SelectFileArea(pChooseLib)
 	{
 		console.clear("\x01n");
 
+		// Write the header ANSI/ASC if there is one
+		if (this.areaChangeHdrLines.length > 0)
+		{
+			this.DisplayAreaChgHdr(1, false);
+			console.attributes = "N";
+			console.crlf();
+		}
+
 		// If we're displaying the file libraries (top level), then we'll output 1
 		// header line; otherwise, we'll output 2 header line; adjut the top line
 		// of the menu accordingly.
diff --git a/xtrn/DDAreaChoosers/version_history.txt b/xtrn/DDAreaChoosers/version_history.txt
index 408bc3c1832e1b4133d600cceb837207732ca5b7..b8546f94e3fe78c5f4cde4ab111e4a9c08f587f8 100644
--- a/xtrn/DDAreaChoosers/version_history.txt
+++ b/xtrn/DDAreaChoosers/version_history.txt
@@ -5,6 +5,8 @@ Revision History (change log)
 =============================
 Version  Date         Description
 -------  ----         -----------
+1.42d    2025-05-03   File area chooser only - Fix: Displays the configured
+                      area change header again
 1.42c    2025-04-21   F & L keys working again on the light bar menu (first &
                       last page).
                       Message area chooser: Fix for