diff options
author | Damiano Galassi <[email protected]> | 2017-03-15 16:33:46 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-03-15 16:33:46 +0100 |
commit | 8c7e64977d1fcfcd876999cc9022fdc05d910b92 (patch) | |
tree | 1aef726d0beaabe762257070e2f305aba4ad838d /macosx | |
parent | 47e8afedda17efa8a266ea6ae87d9539b6b6753d (diff) |
MacGui: add a message in the panel to select the external app.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBPreferencesController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index faebcb437..12b19abe0 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -189,6 +189,7 @@ [panel setCanChooseFiles:YES]; [panel setCanChooseDirectories:NO]; [panel setAllowedFileTypes:@[@"app"]]; + [panel setMessage:NSLocalizedString(@"Select the desired external application", nil)]; NSString *sendToAppDirectory; if ([[NSUserDefaults standardUserDefaults] stringForKey:@"LastSendToAppDirectory"]) |