diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 15:50:20 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 15:50:20 +0200 |
| commit | f35af507573469b7c1692f01922d323bd1000fbc (patch) | |
| tree | 619e72d4aa486bc97974293cf045f263e98263b6 /vfs/UVFSCore.pas | |
| parent | b417ac914af5e3dfeb27eb5bde6210f88c5b9ec4 (diff) | |
| download | tuxcmd-f35af507573469b7c1692f01922d323bd1000fbc.tar.xz | |
Connection Manager password callback improvements
Diffstat (limited to 'vfs/UVFSCore.pas')
| -rw-r--r-- | vfs/UVFSCore.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas index e884a09..ee2a6ca 100644 --- a/vfs/UVFSCore.pas +++ b/vfs/UVFSCore.pas @@ -486,7 +486,7 @@ end; function TVFSEngine.GetPrefix: string; begin if (FGlobs <> nil) and (@FSourcePlugin.FVFSGetPrefix <> nil) - then Result := URIHidePassword(FSourcePlugin.FVFSGetPrefix(FGlobs)) + then Result := FSourcePlugin.FVFSGetPrefix(FGlobs) else Result := 'VFS'; end; |
