Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2011-09-20 11:17:43 +0400
committerMike Krüger <mkrueger@xamarin.com>2011-09-20 11:18:07 +0400
commit4a975e29ff2c1f9bffec97993fbcd0285ab05af5 (patch)
treebced4e425db1ebd1f8ea9aac138fd2c46bcdd5fe /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands
parent0985efba77ebeab0bbf1f1bd6e3da2f1823a35be (diff)
Fixed 'Bug 817 - very long tabs w/markup whena file is updated many
times outside the IDE'.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/WindowCommands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/WindowCommands.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/WindowCommands.cs
index c0e6e32844..cc6554085f 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/WindowCommands.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/WindowCommands.cs
@@ -106,7 +106,7 @@ namespace MonoDevelop.Ide.Commands
commandInfo.Description = GettextCatalog.GetString ("Activate window '{0}'", commandInfo.Text);
if (document.Window.ShowNotification) {
commandInfo.UseMarkup = true;
- document.Window.Title = "<span foreground=" + '"' + "blue" + '"' + ">" + commandInfo.Text + "</span>";
+ commandInfo.Text = "<span foreground=" + '"' + "blue" + '"' + ">" + commandInfo.Text + "</span>";
}
//Add AccelKey