diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 2 |
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; |
