Fixed, Models, Classic and Visual mode: UDMF scale and rotation transforms were applied in incorrect order.

Fixed, Cosmetic, Script Editor: fixed a typo.
Internal, ImageBrowserControl: removed now unused KeyDown event.
Updated documentation.
This commit is contained in:
MaxED 2015-03-26 11:30:36 +00:00
parent 1bd8c5cef5
commit 0359974e0f
20 changed files with 433 additions and 229 deletions

View file

@ -244,7 +244,7 @@ namespace CodeImp.DoomBuilder.Controls
this.buttonsnippets.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonsnippets.Name = "buttonsnippets";
this.buttonsnippets.Size = new System.Drawing.Size(29, 22);
this.buttonsnippets.Text = "Intert a Code Snippet";
this.buttonsnippets.Text = "Insert a Code Snippet";
//
// toolStripSeparator4
//