mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -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
|
@ -66,9 +66,10 @@ namespace Greenshot.Plugin {
|
|||
/// <summary>
|
||||
/// Return a menu item
|
||||
/// </summary>
|
||||
/// <param name="destinationClickHandler"></param>
|
||||
/// <param name="addDynamics">Resolve the dynamic destinations too?</param>
|
||||
/// <param name="destinationClickHandler">Handler which is called when clicked</param>
|
||||
/// <returns>ToolStripMenuItem</returns>
|
||||
ToolStripMenuItem GetMenuItem(EventHandler destinationClickHandler);
|
||||
ToolStripMenuItem GetMenuItem(bool addDynamics, EventHandler destinationClickHandler);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the ShortcutKeys for the Editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue