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:
RKrom 2012-04-04 15:00:10 +00:00
commit 1e436b69ee
9 changed files with 90 additions and 38 deletions

View file

@ -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