mirror of
https://github.com/reactos/reactosdbg.git
synced 2024-12-03 17:10:51 +00:00
Rename the Back Trace to Call Stack
svn path=/trunk/tools/reactosdbg/; revision=1038
This commit is contained in:
parent
41a57a786f
commit
5c9713ed2f
2
RosDBG/Dockable Objects/BackTrace.Designer.cs
generated
2
RosDBG/Dockable Objects/BackTrace.Designer.cs
generated
@ -53,7 +53,7 @@
|
||||
this.HideOnClose = true;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "BackTrace";
|
||||
this.Text = "Backtrace";
|
||||
this.Text = "Call Stack";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
26
RosDBG/MainWindow.Designer.cs
generated
26
RosDBG/MainWindow.Designer.cs
generated
@ -138,14 +138,14 @@
|
||||
this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
|
||||
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
||||
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
||||
this.openToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.openToolStripMenuItem.Text = "&Open";
|
||||
this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenFile);
|
||||
//
|
||||
// toolStripSeparator3
|
||||
//
|
||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(145, 6);
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
|
||||
//
|
||||
// saveToolStripMenuItem
|
||||
//
|
||||
@ -153,21 +153,21 @@
|
||||
this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
|
||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.saveToolStripMenuItem.Text = "&Save";
|
||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||||
//
|
||||
// saveAsToolStripMenuItem
|
||||
//
|
||||
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
||||
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.saveAsToolStripMenuItem.Text = "Save &as";
|
||||
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(145, 6);
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(143, 6);
|
||||
//
|
||||
// printToolStripMenuItem
|
||||
//
|
||||
@ -175,7 +175,7 @@
|
||||
this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
|
||||
this.printToolStripMenuItem.Name = "printToolStripMenuItem";
|
||||
this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
||||
this.printToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.printToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.printToolStripMenuItem.Text = "&Print";
|
||||
this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
|
||||
//
|
||||
@ -183,18 +183,18 @@
|
||||
//
|
||||
this.printSetupToolStripMenuItem.Enabled = false;
|
||||
this.printSetupToolStripMenuItem.Name = "printSetupToolStripMenuItem";
|
||||
this.printSetupToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.printSetupToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.printSetupToolStripMenuItem.Text = "Print setup";
|
||||
//
|
||||
// toolStripSeparator5
|
||||
//
|
||||
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
||||
this.toolStripSeparator5.Size = new System.Drawing.Size(145, 6);
|
||||
this.toolStripSeparator5.Size = new System.Drawing.Size(143, 6);
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
||||
this.exitToolStripMenuItem.Text = "&Exit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolsStripMenuItem_Click);
|
||||
//
|
||||
@ -331,7 +331,7 @@
|
||||
//
|
||||
this.backtraceToolStripMenuItem.Name = "backtraceToolStripMenuItem";
|
||||
this.backtraceToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
||||
this.backtraceToolStripMenuItem.Text = "&Backtrace";
|
||||
this.backtraceToolStripMenuItem.Text = "Call Stack";
|
||||
this.backtraceToolStripMenuItem.Click += new System.EventHandler(this.backtraceToolStripMenuItem_Click);
|
||||
//
|
||||
// webbrowserToolStripMenuItem
|
||||
@ -395,19 +395,19 @@
|
||||
//
|
||||
this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
|
||||
this.contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
|
||||
this.contentsToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
|
||||
this.contentsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
||||
this.contentsToolStripMenuItem.Text = "&Contents";
|
||||
this.contentsToolStripMenuItem.Click += new System.EventHandler(this.contentsToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripSeparator8
|
||||
//
|
||||
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
||||
this.toolStripSeparator8.Size = new System.Drawing.Size(167, 6);
|
||||
this.toolStripSeparator8.Size = new System.Drawing.Size(165, 6);
|
||||
//
|
||||
// aboutToolStripMenuItem
|
||||
//
|
||||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
|
||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
||||
this.aboutToolStripMenuItem.Text = "&Info...";
|
||||
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
||||
//
|
||||
|
@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
|
||||
// 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.40")]
|
||||
[assembly: AssemblyFileVersion("1.0.2.40")]
|
||||
[assembly: AssemblyVersion("1.0.2.43")]
|
||||
[assembly: AssemblyFileVersion("1.0.2.43")]
|
||||
|
Loading…
Reference in New Issue
Block a user