added the paste option to the edit menu
This commit is contained in:
parent
074f5949d7
commit
f126c2cc9e
3 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ Version 1.3-svn:
|
|||
only the terrain was undone, not the starting position that's fixed
|
||||
* flipping a map over the Y axis no longer resizes the map
|
||||
* flipping a map over the X axis uses slightly different filler rules
|
||||
* added the paste option to the edit menu
|
||||
* graphics
|
||||
* improved layering system for terrain graphics
|
||||
* fixed terrain selection probabilites (patch #617)
|
||||
|
|
|
@ -469,7 +469,7 @@ height=600
|
|||
[menu]
|
||||
title=_"Edit"
|
||||
image=lite
|
||||
items=undo,redo,editcut,editcopy,editselectall,editfillselection,editresize,editflip,editrefresh
|
||||
items=undo,redo,editcut,editcopy,editpaste,editselectall,editfillselection,editresize,editflip,editrefresh
|
||||
rect=107,1,207,22
|
||||
[/menu]
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ Version 1.3-svn:
|
|||
only the terrain was undone, not the starting position that's fixed.
|
||||
* Flipping a map over the Y axis no longer resizes the map.
|
||||
* Flipping a map over the X axis uses slightly different filler rules.
|
||||
* Added the paste option to the edit menu.
|
||||
|
||||
* Multiplayer
|
||||
* Maps
|
||||
|
|
Loading…
Add table
Reference in a new issue