Index: source/Interface/FileZilla Server Interface.vcproj
===================================================================
RCS file: /cvsroot/filezilla/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj,v
retrieving revision 1.2
diff -r1.2 FileZilla Server Interface.vcproj
1226a1229,1231
> 				RelativePath=".\res\rt_manif.bin">
> 			</File>
> 			<File

Index: source/Interface/FileZilla server.rc
===================================================================
RCS file: /cvsroot/filezilla/FileZilla Server/source/Interface/FileZilla server.rc,v
retrieving revision 1.50
diff -r1.50 FileZilla server.rc
1249a1250,1256
> // RT_MANIFEST
> //
> 
> IDR_RT_MANIFEST1        RT_MANIFEST             "res\\rt_manif.bin"
> 
> /////////////////////////////////////////////////////////////////////////////
> //

Index: source/Interface/MainFrm.cpp
===================================================================
RCS file: /cvsroot/filezilla/FileZilla Server/source/Interface/MainFrm.cpp,v
retrieving revision 1.20
diff -r1.20 MainFrm.cpp
92c92,93
< 	ID_INDICATOR_SENDLED
---
> 	ID_INDICATOR_SENDLED,
>     ID_SEPARATOR
152a154,156
>     // the last statusbar pane is a fake one, it has zero width
>     m_wndStatusBar.SetPaneInfo(7,0,SBPS_NOBORDERS,0);
> 
160,165d163
< 	CRect rect2;
< 	m_wndStatusBar.GetItemRect(m_wndStatusBar.CommandToIndex(ID_INDICATOR_RECVLED), rect2);
< 	// Reposition the first LED correctly!
< 	m_RecvLed.SetWindowPos(&wndTop, rect2.left, rect2.top, rect2.right - rect2.left,
< 		rect2.bottom - rect2.top, 0);
< 
166a165
> 	m_wndStatusBar.GetItemRect(m_wndStatusBar.CommandToIndex(ID_INDICATOR_SENDLED), rect);  
169d167
< 
171,175d168
< 	m_wndStatusBar.GetItemRect(m_wndStatusBar.CommandToIndex(ID_INDICATOR_SENDLED), &rect2);
< 	// Reposition the second LED correctly!
< 	m_SendLed.SetWindowPos(&wndTop, rect2.left, rect2.top, rect2.right - rect2.left,
< 		rect2.bottom - rect2.top, 0);
< 
177c170
< 	m_wndStatusBar.SetPaneInfo(m_wndStatusBar.CommandToIndex(ID_INDICATOR_SENDLED),ID_INDICATOR_SENDLED,SBPS_NOBORDERS,0);
---
> 	m_wndStatusBar.SetPaneInfo(m_wndStatusBar.CommandToIndex(ID_INDICATOR_SENDLED),ID_INDICATOR_SENDLED,SBPS_NOBORDERS,6);

Index: source/Interface/resource.h
===================================================================
RCS file: /cvsroot/filezilla/FileZilla Server/source/Interface/resource.h,v
retrieving revision 1.26
diff -r1.26 resource.h
5a6
> #define IDR_RT_MANIFEST1                1
272c273
< #define _APS_NEXT_RESOURCE_VALUE        157
---
> #define _APS_NEXT_RESOURCE_VALUE        158

 	  	 
