Hi,
I am going to commit the following patch to the trunk. (This patch may
also be useful for 1.4.X)
Does anybody volunteer to create the missing icons? Or does anybody know
where to steal some icons from (legally!)?
Michael
Index: ui/default.ui
===================================================================
--- ui/default.ui (Revision 15259)
+++ ui/default.ui (Arbeitskopie)
@@ -34,6 +34,7 @@
Toolbars
"standard" "on,top"
"extra" "on,top"
+ "changes" "off,top"
"table" "table,bottom"
"math" "math,bottom"
"minibuffer" "off,bottom"
Index: ui/stdtoolbars.ui
===================================================================
--- ui/stdtoolbars.ui (Revision 15259)
+++ ui/stdtoolbars.ui (Arbeitskopie)
@@ -79,7 +79,6 @@
Separator
Item "Insert footnote" "footnote-insert"
Item "Insert margin note" "marginalnote-insert"
- Item "Insert note" "note-insert"
Item "Insert URL" "url-insert"
Item "Insert TeX Code" "ert-insert"
Item "Include file" "dialog-show-new-inset include"
@@ -144,3 +143,19 @@
Toolbar "minibuffer" "Command Buffer"
Minibuffer
End
+
+Toolbar "changes" "Changes & Notes"
+ Item "Track changes" "changes-track"
+ Item "Show changes in output" "changes-output"
+ Separator
+ Item "Next change" "change-next"
+ Item "Accept change" "change-accept"
+ Item "Reject change" "change-reject"
+ Separator
+ Item "Merge changes..." "changes-merge"
+ Item "Accept all changes" "all-changes-accept"
+ Item "Reject all changes" "all-changes-reject"
+ Separator
+ Item "Insert note" "note-insert"
+ Item "Next note" "note-next"
+End