Author: gedmurphy
Date: Wed Jun 3 16:32:13 2009
New Revision: 41271
URL:
http://svn.reactos.org/svn/reactos?rev=41271&view=rev
Log:
Missed this...
Modified:
trunk/tools/reactosdbg/RosDBG/MainWindow.cs
trunk/tools/reactosdbg/RosDBG/Properties/AssemblyInfo.cs
Modified: trunk/tools/reactosdbg/RosDBG/MainWindow.cs
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/MainWindow…
==============================================================================
--- trunk/tools/reactosdbg/RosDBG/MainWindow.cs [iso-8859-1] (original)
+++ trunk/tools/reactosdbg/RosDBG/MainWindow.cs [iso-8859-1] Wed Jun 3 16:32:13 2009
@@ -90,14 +90,14 @@
if (mCurrentFile.CompareTo("unknown") != 0)
{
- toolStripStatusSourceLocation.Text = "Source Location:";
+ toolStripStatusSourceLocation.Visible = true;
toolStripStatusSourceLocationFile.Text = mCurrentFile;
toolStripStatusSourceLocationLine.Text = mCurrentLine.ToString();
toolStripStatusSourceLocationColon.Visible = true;
}
else
{
- toolStripStatusSourceLocation.Text = string.Empty;
+ toolStripStatusSourceLocation.Visible = false;
toolStripStatusSourceLocationFile.Text = string.Empty;
toolStripStatusSourceLocationLine.Text = string.Empty;
toolStripStatusSourceLocationColon.Visible = false;
Modified: trunk/tools/reactosdbg/RosDBG/Properties/AssemblyInfo.cs
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/Properties…
==============================================================================
--- trunk/tools/reactosdbg/RosDBG/Properties/AssemblyInfo.cs [iso-8859-1] (original)
+++ trunk/tools/reactosdbg/RosDBG/Properties/AssemblyInfo.cs [iso-8859-1] Wed Jun 3
16:32:13 2009
@@ -39,5 +39,5 @@
// will be increased as well. MSI installers must not be generated with the same Build
Number
// otherwise they won't upgrade the old installation!
-[assembly: AssemblyVersion("1.0.2.55")]
-[assembly: AssemblyFileVersion("1.0.2.55")]
+[assembly: AssemblyVersion("1.0.2.56")]
+[assembly: AssemblyFileVersion("1.0.2.56")]