We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793e3af commit a0bc9e7Copy full SHA for a0bc9e7
iTraceVS/itrace_window.cs
@@ -23,7 +23,7 @@ public class itrace_window : ToolWindowPane
23
/// </summary>
24
public itrace_window() : base(null)
25
{
26
- this.Caption = "itrace_window";
+ this.Caption = "iTraceVS Plugin";
27
28
// This is the user control hosted by the tool window; Note that, even if this class implements IDisposable,
29
// we are not calling Dispose on this object. This is because ToolWindowPane calls Dispose on
0 commit comments