diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
| commit | 4aba4d7597005af1efa12f420e01d5f938ad60d8 (patch) | |
| tree | 1fbfbffb402f18e54883bddb31780b9581ad5d0d /UConfig.pas | |
| parent | 53c1df30e07af532133db05ee0254f9c1dae66f7 (diff) | |
| download | tuxcmd-0.6.69.tar.xz | |
Clean VFS API up a littlev0.6.69
Strictly split archiving and networking mode, get rid of prefixes
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 5 |
1 files changed, 2 insertions, 3 deletions
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; |
