diff options
author | 2020-08-17 23:14:55 -0400 | |
---|---|---|
committer | 2020-08-17 23:14:55 -0400 | |
commit | 89981d00b7823d3dfbb8dff1c414a7b639baba90 (patch) | |
tree | 92422fb6335ea4e29ff8f6f3fe2cfd8ab38238e2 | |
parent | 4d068290782d48d5cbf36b20c01d4d77db4eac22 (diff) | |
download | textadept-89981d00b7823d3dfbb8dff1c414a7b639baba90.tar.gz textadept-89981d00b7823d3dfbb8dff1c414a7b639baba90.zip |
Update to latest gtDialog to fix GTK3 compile error.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b15da680..23adb9c5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -380,7 +380,7 @@ scintilla_zip = 9e79ba3e1394.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 = 426bfa296bd9.zip +gtdialog_zip = f25a3f546071.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip |