зеркало из https://github.com/mozilla/gecko-dev.git
use "Select" in choose directory button instead of "Open" (bug 232926)
This commit is contained in:
Родитель
814fc5f550
Коммит
8232db642c
|
@ -368,6 +368,7 @@ const int kDefaultExpireDays = 9;
|
|||
[panel setCanChooseFiles:NO];
|
||||
[panel setCanChooseDirectories:YES];
|
||||
[panel setAllowsMultipleSelection:NO];
|
||||
[panel setPrompt:NSLocalizedString(@"ChooseDirectoryOKButton", @"")];
|
||||
|
||||
[panel beginSheetForDirectory:oldDLFolder file:nil types:nil modalForWindow:[mDownloadFolder window]
|
||||
modalDelegate:self didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:)
|
||||
|
|
Двоичные данные
camino/resources/localized/English.lproj/Localizable.strings
Двоичные данные
camino/resources/localized/English.lproj/Localizable.strings
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче