Fixed Bugs #3526974 & #3527020, as the File menu wasn't generated at startup the hotkeys were missing.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1854 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-16 05:17:00 +00:00
parent c42869f1b5
commit 02dd9ba8b9

View file

@ -168,6 +168,10 @@ namespace Greenshot {
LOG.Warn("Exception: ", addingException);
}
}
// Create the file menu, normally this is done when opening but if we don't do it now the short-cut keys are missing.
// See Bugs #3526974 & #3527020
FileMenuDropDownOpening(null, null);
}
void AddDestinationButton(IDestination toolstripDestination) {