aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-menu.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-08-23 13:42:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-08-23 13:42:11 +0000
commit828a8002fbfbfec96b64b4db317d98af04b24007 (patch)
tree17cc9c0f2287b4cf4bbc68daf8d5fee103ca1d19 /generic/proof-menu.el
parent6089cb4788b4353c517d4ac1ce68c446dc2075f2 (diff)
Remove PG prefix from toolbar button names (needed for disambiguity in older Emacsen, displayed in Emacs 24 UI)
Diffstat (limited to 'generic/proof-menu.el')
-rw-r--r--generic/proof-menu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 526673ee..86352f87 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -226,8 +226,8 @@ without adjusting window layout."
(defvar proof-help-menu
'("Help"
["About PG" proof-splash-display-screen t]
- ["PG Info" (info "ProofGeneral") t]
- ["PG Homepage" (browse-url proof-general-home-page) t]
+ ["Info" (info "ProofGeneral") t]
+ ["Homepage" (browse-url proof-general-home-page) t]
["Send Bug Report" proof-submit-bug-report t])
"Proof General help menu.")