summaryrefslogtreecommitdiff
path: root/svx/inc/globlmn_tmpl.hrc
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-11-05 14:30:55 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-11-05 14:33:04 +0100
commit309a07689d52a89948e4cb5ce4a475a7b2024e9a (patch)
tree204400bb2faf45f52dd2ce8963309e2d7936bd9a /svx/inc/globlmn_tmpl.hrc
parent14c79f5fe212db54e73997368f2e0fe57880a793 (diff)
Adds extra credits item to help menu
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing. (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)
Diffstat (limited to 'svx/inc/globlmn_tmpl.hrc')
-rw-r--r--svx/inc/globlmn_tmpl.hrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 12312edfc0..23d5666796 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -1055,6 +1055,12 @@
HelpID = SID_SHOW_LICENSE ; \
Text [ en-US ] = "License information..." ; \
+#define ITEM_SHOW_CREDITS \
+ Identifier = SID_SHOW_CREDITS ; \
+ Command = ".uno:ShowCredits" ; \
+ HelpID = SID_SHOW_CREDITS ; \
+ Text [ en-US ] = "%PRODUCTNAME Credits..." ;
+
#define ITEM_HELP_ONLINE_REGISTRATION \
Identifier = SID_ONLINE_REGISTRATION ; \
Command = ".uno:OnlineRegistrationDlg" ; \
@@ -1114,6 +1120,10 @@
};\
MenuItem\
{\
+ ITEM_SHOW_CREDITS\
+ };\
+ MenuItem\
+ {\
ITEM_HELP_ABOUT\
About = TRUE ; \
};\