diff options
author | Max <post@wickenrode.com> | 2015-11-13 17:34:23 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-11-13 17:34:23 +0100 |
commit | 017ad9b38b87af09134c015086b47799acbcee0b (patch) | |
tree | b32182acde2f9639670a0337da46e1ab5aa4d1e0 /Interfaces | |
parent | 0dbadf887635bb3904d3aa64a0588a0b23d884dc (diff) | |
download | sequelpro-017ad9b38b87af09134c015086b47799acbcee0b.tar.gz sequelpro-017ad9b38b87af09134c015086b47799acbcee0b.tar.bz2 sequelpro-017ad9b38b87af09134c015086b47799acbcee0b.zip |
Fix: "Custom filename" in export dialog would accept multi line text (#2325)
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/ExportDialog.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/ExportDialog.xib b/Interfaces/English.lproj/ExportDialog.xib index 7080c27e..1eea6eab 100644 --- a/Interfaces/English.lproj/ExportDialog.xib +++ b/Interfaces/English.lproj/ExportDialog.xib @@ -1154,7 +1154,7 @@ <bool key="NSEnabled">YES</bool> <object class="NSTextFieldCell" key="NSCell" id="1053336717"> <int key="NSCellFlags">-1804599231</int> - <int key="NSCellFlags2">272761856</int> + <int key="NSCellFlags2">272761920</int> <string key="NSContents"/> <reference key="NSSupport" ref="26"/> <reference key="NSControlView" ref="369138387"/> |