diff options
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index ea3460731..e23c90300 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1354,7 +1354,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It */ [sheet orderOut: self]; - if (sender == fOpenSourceTitleMMenu) + if (sender == fOpenSourceTitleMMenu || [[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) { /* We put the chosen source path in the source display text field for the * source title selection sheet in which the user specifies the specific title to be |