LIBOMV-492 More WinGridProxy fixes:
Complete Search (CTRL+F) Tools Disable menu items and entries depending on current state of application Look into ViewerStats Message and verify proper date "AgentStartTime: 1/1/1970 12:00:00 AM (DateTime)" packet sizes in session list should be combined or an additional column added to separate inbound/outbound PacketToString remove extraneous information "Name: Object a[OpenMetaverse.Packets.ObjectPropertiesFamilyPacket+ObjectDataBlock]" PacketToString should format long byte[] fields better Verify In/Out Icons are being properly shown for packet/message direction git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2646 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -14,7 +14,7 @@ namespace WinGridProxy
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
Application.Run(new FormWinGridProxy());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user