<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/prefs/GUIPrefs.cpp.orig	2024-04-24 15:00:43
+++ src/prefs/GUIPrefs.cpp	2024-05-09 22:12:24
@@ -28,6 +28,7 @@
 #include "Theme.h"
 #include "Prefs.h"
 #include "ShuttleGui.h"
+#include "HelpSystem.h"
 
 #include "Decibels.h"
 #include "Beats.h"
@@ -147,7 +148,7 @@
       S.StartMultiColumn(2);
       {
          S.TieChoice( XXO("&amp;Language:"), LanguageSetting);
-         // S.TieChoice( XXO("Location of &amp;Manual:"), GUIManualLocation);
+         S.TieChoice( XXO("Location of &amp;Manual:"), GUIManualLocation);
          S.TieChoice( XXO("Th&amp;eme:"), GUITheme());
          S.TieChoice( XXO("Meter dB &amp;range:"), DBSetting);
       }
</pre></body></html>