diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-18 22:47:58 +0400 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-01-23 12:37:07 +0100 |
commit | 924d0bdd47ed895592332714be8ee32afe1acebb (patch) | |
tree | fd13afecd66162d0b53ad95b9fba51d26a6ce1a2 /sfx2/sdi/sfx.sdi | |
parent | 67073c6bc870aceede4652fffd0571da584a4679 (diff) |
add the "Send Feedback..." help menu item
Diffstat (limited to 'sfx2/sdi/sfx.sdi')
-rwxr-xr-x | sfx2/sdi/sfx.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 47577eaf0048..6b197c719b2e 100755 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -7287,6 +7287,31 @@ SfxVoidItem UpdateConfiguration SID_UPDATE_CONFIG ] //-------------------------------------------------------------------------- +SfxVoidItem SendFeedback SID_SEND_FEEDBACK +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; +] + +//-------------------------------------------------------------------------- SfxVoidItem ShowLicense SID_SHOW_LICENSE () [ |