1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Rename scp.* to pscp.*, because I always misspell it that way. Also

it's more consistent with PSFTP like this: scp.c/pscp.c is more
similar to psftp.c (the main application framework) than it is to
sftp.c (a set of back-end library routines).

[originally from svn r4987]
This commit is contained in:
Simon Tatham
2004-12-16 15:01:43 +00:00
parent 6ef62aacfc
commit 89f4cf6a0a
5 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

2
windows/pscp.rc Normal file
View File

@ -0,0 +1,2 @@
200 ICON "pscp.ico"

View File

@ -1,2 +0,0 @@
200 ICON "scp.ico"