From 877f368d45312d49f2ffaee4e644fcb90f8260f2 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 30 Dec 2004 08:13:17 +0000
Subject: [PATCH] Changed example temp directory ("C:\TEMP" is not a good idea
 since Synchronet needs exclusive access to the directory).

---
 src/sbbs3/ctrl/PropertiesDlgUnit.dfm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/ctrl/PropertiesDlgUnit.dfm b/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
index a31dbf1c19..43f49f562d 100644
--- a/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
+++ b/src/sbbs3/ctrl/PropertiesDlgUnit.dfm
@@ -358,7 +358,7 @@ object PropertiesDlg: TPropertiesDlg
         Top = 44
         Width = 168
         Height = 24
-        Hint = 'Temp directory (e.g. C:\TEMP)'
+        Hint = 'Temp directory (e.g. C:\SBBSTEMP)'
         ParentShowHint = False
         ShowHint = True
         TabOrder = 3
-- 
GitLab