summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-11 21:20:19 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-11 21:20:19 +0200
commit0e9829d522373f39770b317dcff7095c02dbc4be (patch)
tree7cb05d48a70d6a5acf8bae86955e8c37d151d221 /UConfig.pas
parent30a547b8f4f9f01b8270d653c7ac3784a8ce981c (diff)
downloadtuxcmd-0e9829d522373f39770b317dcff7095c02dbc4be.tar.xz
Preferences dialog: add VFS temp path entryv0.6.42
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas2
1 files changed, 1 insertions, 1 deletions
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;