diff options
author | 2020-07-14 19:40:21 -0400 | |
---|---|---|
committer | 2020-07-14 19:40:21 -0400 | |
commit | f876b491aed01150ff090048e3dca4f3eb8c76f4 (patch) | |
tree | 5bad2e2ef9c94dfe81029f4f7e40639f6a19eaac /src | |
parent | 13bd039c243ef4e44bd037d1c3506d350f682c09 (diff) | |
download | textadept-f876b491aed01150ff090048e3dca4f3eb8c76f4.tar.gz textadept-f876b491aed01150ff090048e3dca4f3eb8c76f4.zip |
`ui.dialogs.optionselect()` changes `informative_text` option to `text`.
This is more consistent with other non-text-input dialog options.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index f5688a53..db7addd3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -380,7 +380,7 @@ scintilla_zip = 4e081ee8d750.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip -gtdialog_zip = 6edd57eeed93.zip +gtdialog_zip = 680b3b41e12c.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip |