diff options
author | Damiano Galassi <[email protected]> | 2017-11-11 08:39:00 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-11 08:39:00 +0100 |
commit | 501055d74f3ee8278d8e03b96e24007876b4652d (patch) | |
tree | f1b579f85b598dc7d7f90f62258e005424ba1af2 /macosx/English.lproj | |
parent | 2a5df5af77d559f66355c984a56a7932260b0ceb (diff) |
MacGui: do not allow the path separator "/" character to be inserted in the output file name.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainWindow.xib | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainWindow.xib b/macosx/English.lproj/MainWindow.xib index 56715f1f1..52a7e2093 100644 --- a/macosx/English.lproj/MainWindow.xib +++ b/macosx/English.lproj/MainWindow.xib @@ -235,7 +235,11 @@ <string key="NSValueTransformerName">NSIsNotNil</string> </dictionary> </binding> - <binding destination="-2" name="value" keyPath="self.job.outputFileName" id="NAL-fw-AF5"/> + <binding destination="-2" name="value" keyPath="self.job.outputFileName" id="SgW-Bn-bwW"> + <dictionary key="options"> + <bool key="NSValidatesImmediately" value="YES"/> + </dictionary> + </binding> </connections> </textField> <textField hidden="YES" toolTip="First second to encode." verticalHuggingPriority="750" misplaced="YES" allowsCharacterPickerTouchBarItem="YES" id="5491"> |