Martin Prikryl 18 years ago
parent
commit
aec1d9880d
8 changed files with 13 additions and 14 deletions
  1. 3 3
      Console.bpr
  2. BIN
      Console.res
  3. 3 3
      DragExt.bpr
  4. BIN
      DragExt.res
  5. 5 5
      WinSCP.bpr
  6. BIN
      WinSCP.res
  7. 1 1
      release/winscp.u3i
  8. 1 2
      windows/UserInterface.cpp

+ 3 - 3
Console.bpr

@@ -56,7 +56,7 @@ AutoIncBuild=1
 MajorVer=2
 MinorVer=0
 Release=0
-Build=71
+Build=72
 Debug=0
 PreRelease=0
 Special=0
@@ -68,13 +68,13 @@ CodePage=1252
 [Version Info Keys]
 CompanyName=Martin Prikryl
 FileDescription=Console interface for WinSCP
-FileVersion=2.0.0.71
+FileVersion=2.0.0.72
 InternalName=console
 LegalCopyright=(c) 2004-2007 Martin Prikryl
 LegalTrademarks=
 OriginalFilename=winscp.com
 ProductName=WinSCP
-ProductVersion=4.0.1.0
+ProductVersion=4.0.2.0
 Comments=
 WWW=http://winscp.net/
 

BIN
Console.res


+ 3 - 3
DragExt.bpr

@@ -56,7 +56,7 @@ AutoIncBuild=1
 MajorVer=1
 MinorVer=1
 Release=5
-Build=70
+Build=71
 Debug=0
 PreRelease=0
 Special=0
@@ -68,13 +68,13 @@ CodePage=1252
 [Version Info Keys]
 CompanyName=Martin Prikryl
 FileDescription=Drag&Drop shell extension for WinSCP
-FileVersion=1.1.5.70
+FileVersion=1.1.5.71
 InternalName=dragext
 LegalCopyright=(c) 2004-2007 Martin Prikryl
 LegalTrademarks=
 OriginalFilename=dragext.dll
 ProductName=WinSCP
-ProductVersion=4.0.1.0
+ProductVersion=4.0.2.0
 Comments=
 WWW=http://winscp.net/
 

BIN
DragExt.res


+ 5 - 5
WinSCP.bpr

@@ -95,8 +95,8 @@ IncludeVerInfo=1
 AutoIncBuild=1
 MajorVer=4
 MinorVer=0
-Release=1
-Build=343
+Release=2
+Build=344
 Debug=0
 PreRelease=0
 Special=0
@@ -108,13 +108,13 @@ CodePage=1252
 [Version Info Keys]
 CompanyName=Martin Prikryl
 FileDescription=Windows SFTP, FTP and SCP client
-FileVersion=4.0.1.343
+FileVersion=4.0.2.344
 InternalName=winscp
 LegalCopyright=(c) 2000-2007 Martin Prikryl
 LegalTrademarks=
-OriginalFilename=winscp401.exe
+OriginalFilename=winscp402.exe
 ProductName=WinSCP
-ProductVersion=4.0.1.0
+ProductVersion=4.0.2.0
 WWW=http://winscp.net/
 
 [Compiler]

BIN
WinSCP.res


+ 1 - 1
release/winscp.u3i

@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <u3manifest version="1.0">
-  <application uuid="48b341d1-d411-4b5a-a82c-f3b5d65602fc" version="4.0.1">
+  <application uuid="48b341d1-d411-4b5a-a82c-f3b5d65602fc" version="4.0.2">
     <icon>winscp.ico</icon>
     <name>WinSCP</name>
     <description>Freeware SFTP (SSH File Transfer Protocol), FTP (File Transfer Protocol) and SCP (Secure CoPy) client for Windows using SSH (Secure SHell). Its main function is safe copying of files between a local and a remote computer.</description>

+ 1 - 2
windows/UserInterface.cpp

@@ -356,7 +356,7 @@ void __fastcall MenuPopup(TPopupMenu * AMenu, TPoint Point,
   }
   else
   {
-    TTBXPopupMenu * Menu = Menu = CreateTBXPopupMenu(AMenu->Owner);
+    TTBXPopupMenu * Menu = CreateTBXPopupMenu(AMenu->Owner);
     Menu->OnPopup = AMenu->OnPopup;
     Menu->Items->SubMenuImages = AMenu->Images;
 
@@ -402,7 +402,6 @@ void __fastcall MenuPopup(TPopupMenu * AMenu, TPoint Point,
 
     Menu->PopupComponent = PopupComponent;
     Menu->Popup(Point.x, Point.y);
-    delete Menu;
 
     LastPopupComponent = PopupComponent;
     LastCloseUp = Now();