mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed some problems exporting to word & powerpoint
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1751 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c6099649f6
commit
1e436b69ee
9 changed files with 90 additions and 38 deletions
|
@ -242,7 +242,7 @@ namespace Greenshot {
|
|||
continue;
|
||||
}
|
||||
|
||||
ToolStripMenuItem item = destination.GetMenuItem(new EventHandler(DestinationToolStripMenuItemClick));
|
||||
ToolStripMenuItem item = destination.GetMenuItem(true, new EventHandler(DestinationToolStripMenuItemClick));
|
||||
item.ShortcutKeys = destination.EditorShortcutKeys;
|
||||
if (item != null) {
|
||||
fileStripMenuItem.DropDownItems.Add(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue