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/appslots.sdi | |
parent | 67073c6bc870aceede4652fffd0571da584a4679 (diff) |
add the "Send Feedback..." help menu item
Diffstat (limited to 'sfx2/sdi/appslots.sdi')
-rwxr-xr-x | sfx2/sdi/appslots.sdi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 39d26692ceb4..d6d4a8508d80 100755 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -167,6 +167,10 @@ interface Application ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] + SID_SEND_FEEDBACK + [ + ExecMethod = MiscExec_Impl ; + ] SID_SHOW_LICENSE [ ExecMethod = MiscExec_Impl ; |