Minor build fixes

This commit is contained in:
Sean Kaim
2016-06-20 10:19:12 -04:00
parent 283714f88c
commit 72d28c5219
3 changed files with 1 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly:AssemblyTitle("mRemoteNG")]
[assembly: AssemblyDescription("Multi-protocol remote connections manager")]
[assembly: AssemblyCompany("mRemoteNG Dev Team")]
[assembly: AssemblyCompany("")]
[assembly:AssemblyProduct("mRemoteNG")]
[assembly: AssemblyCopyright("Copyright © 2016 mRemoteNG Dev Team; 2010-2013 Riley McArdle; 2007-2009 Felix Deimel")]
[assembly:AssemblyTrademark("")]

View File

@@ -22,7 +22,6 @@
<li><a href="Config.htm">Config</a></li>
<li><a href="ErrorsAndInfos.htm">Errors and Infos</a></li>
<li><a href="SaveAsExport.htm">Save As / Export</a></li>
<li><a href="Sessions.htm">Sessions</a></li>
<li><a href="ScreenshotManager.htm">Screenshot Manager</a></li>
<li><a href="Connection.htm">Connection</a></li>
<li><a href="Options.htm">Options</a></li>

View File

@@ -1,13 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Sessions</title>
<link href="Main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>
Sorry, not yet...</p>
</body>
</html>