Skip to content

Commit a0bc9e7

Browse files
author
Drew Guarnera
committed
Change plugin window title
Was a previously generic identifier like title. Now called "iTraceVS Plugin" to better match the eclipse version.
1 parent 793e3af commit a0bc9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iTraceVS/itrace_window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class itrace_window : ToolWindowPane
2323
/// </summary>
2424
public itrace_window() : base(null)
2525
{
26-
this.Caption = "itrace_window";
26+
this.Caption = "iTraceVS Plugin";
2727

2828
// This is the user control hosted by the tool window; Note that, even if this class implements IDisposable,
2929
// we are not calling Dispose on this object. This is because ToolWindowPane calls Dispose on

0 commit comments

Comments
 (0)