aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide_ui.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-05 23:51:09 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-05 23:51:09 +0000
commitaba5307d448d60e46d469d81d253b96f9d3e35f6 (patch)
tree7d3481beae12d81ccf67147365201d1d985467e7 /ide/coqide_ui.ml
parent5802ce89dce64be3561a381dc58fb73c6ab07e95 (diff)
Renamed Undo to conform to CoqIDE widget naming convention. In addition,
made various hack to handle GtkSourceView built-in undo/redo and made method types and names more compliant with the one of Gtk. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15280 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coqide_ui.ml')
-rw-r--r--ide/coqide_ui.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide_ui.ml b/ide/coqide_ui.ml
index adfd9e668..4ba378b7b 100644
--- a/ide/coqide_ui.ml
+++ b/ide/coqide_ui.ml
@@ -43,7 +43,7 @@ let init () =
</menu>
<menu name='Edit' action='Edit'>
<menuitem action='Undo' />
- <menuitem action='Clear Undo Stack' />
+ <menuitem action='Redo' />
<separator />
<menuitem action='Cut' />
<menuitem action='Copy' />