added the paste option to the edit menu

This commit is contained in:
Mark de Wever 2007-02-10 11:31:20 +00:00
parent 074f5949d7
commit f126c2cc9e
3 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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]

View file

@ -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