From 0e9829d522373f39770b317dcff7095c02dbc4be Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 11 Jun 2008 21:20:19 +0200 Subject: Preferences dialog: add VFS temp path entry --- UConfig.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 0b2565b..d68fc01 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -235,7 +235,7 @@ begin ConfDuplicateTabWarning := True; ConfOpenConnectionsWarning := True; ConfTabMaxLength := 25; - ConfTempPath := '/tmp/tuxcmd'; + ConfTempPath := '/tmp'; ConfUseSmoothScrolling := False; ConfDateFormat := 0; ConfTimeFormat := 0; -- cgit v1.2.3