From 4aba4d7597005af1efa12f420e01d5f938ad60d8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 25 Oct 2009 18:11:35 +0100 Subject: Clean VFS API up a little Strictly split archiving and networking mode, get rid of prefixes --- UConfig.pas | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 9c5d9b7..a405818 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.68-dev'; - ConstAboutBuildDate = '2009-10-24'; + ConstAboutVersion = '0.6.69-dev'; + ConstAboutBuildDate = '2009-10-25'; {$IFDEF FPC} {$INCLUDE fpcver.inc} @@ -56,7 +56,6 @@ const ConfDefaultNormalItemFGColor = '#000000'; ConstFileListTipsDelay = 400; ConstFileListTipsDelayNeighbour = 95; ConstNumPanelColumns = 10; - ConstPathDelim = '#'; ConstFullPathFormatStr = '%s#%s'; ConstConnMgrXORKey = 65; -- cgit v1.2.3