diff --git a/README.md b/README.md index a9291b2f..d205af52 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ My efforts here will focus on creating a **64-bit version** of the GTK+-2 runtim The installers can be found in the [releases section](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases). -The current releases ([gtk2-runtime-2.24.32-2018-01-18-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2018-01-18/gtk2-runtime-2.24.32-2018-01-18-ts-win64.exe) and [gtk3-runtime-3.22.26-2018-01-18-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2018-01-18/gtk3-runtime-3.22.26-2018-01-18-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](www.msys2.org), and were **not** compiled by myself, as was the case for releases made before 2017. Users who want to compile against this runtime are strongly encouraged to set up a MSYS2 installation themselves, and install the required packages (compiled with the mingw-w64-x86\_64 toolchain!!!). +The current releases ([gtk2-runtime-2.24.32-2018-02-20-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2018-02-20/gtk2-runtime-2.24.32-2018-02-20-ts-win64.exe) and [gtk3-runtime-3.22.28-2018-02-20-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2018-02-20/gtk3-runtime-3.22.28-2018-02-20-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](www.msys2.org), and were **not** compiled by myself, as was the case for releases made before 2017. Users who want to compile against this runtime are strongly encouraged to set up a MSYS2 installation themselves, and install the required packages (compiled with the mingw-w64-x86\_64 toolchain!!!). The following packages are included in the current GTK+-2/3 installers @@ -22,18 +22,18 @@ The following packages are included in the current GTK+-2/3 installers * [freetype](http://www.freetype.org/download.html) (2.9) * [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.11) * [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1) -* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.54.2) +* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.54.3) * [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.54.1) * [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.54.1) * [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.32) -* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.26) +* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.28) * [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.4) * [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.22.0) * [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5) * [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.6) * ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable) -* [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.18.0) -* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.7.4) +* [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.21.3) +* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.7.5) * [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.15) * [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.4.2) * [libepoxy](https://github.com/anholt/libepoxy) (1.4.3) @@ -42,7 +42,7 @@ The following packages are included in the current GTK+-2/3 installers * [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.34) * [librsvg](http://ftp.gnome.org/pub/GNOME/sources/librsvg/) (2.40.20) * [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.0) -* [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.60.2) +* [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.60.3) * [libxml2](http://xmlsoft.org/sources/) (2.9.7) * [libxml++2](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (2.40.0) * [libxml++3](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (3.0.0) diff --git a/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe b/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe index cfaa947c..46769572 100644 Binary files a/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe and b/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe differ diff --git a/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe b/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe index 371af722..94b17cbe 100644 Binary files a/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe and b/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe differ diff --git a/gtk-nsis-pack/bin/gspawn-win64-helper.exe b/gtk-nsis-pack/bin/gspawn-win64-helper.exe index 93ed7975..72633e7a 100644 Binary files a/gtk-nsis-pack/bin/gspawn-win64-helper.exe and b/gtk-nsis-pack/bin/gspawn-win64-helper.exe differ diff --git a/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe b/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe index 2007ac8f..56cc99f0 100644 Binary files a/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe and b/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe differ diff --git a/gtk-nsis-pack/bin/libgailutil-3-0.dll b/gtk-nsis-pack/bin/libgailutil-3-0.dll index 314a3e08..54e86159 100644 Binary files a/gtk-nsis-pack/bin/libgailutil-3-0.dll and b/gtk-nsis-pack/bin/libgailutil-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libgcc_s_seh-1.dll b/gtk-nsis-pack/bin/libgcc_s_seh-1.dll index 10743acd..6d84b21c 100644 Binary files a/gtk-nsis-pack/bin/libgcc_s_seh-1.dll and b/gtk-nsis-pack/bin/libgcc_s_seh-1.dll differ diff --git a/gtk-nsis-pack/bin/libgdk-3-0.dll b/gtk-nsis-pack/bin/libgdk-3-0.dll index 2e63dd1c..1b1d7cb1 100644 Binary files a/gtk-nsis-pack/bin/libgdk-3-0.dll and b/gtk-nsis-pack/bin/libgdk-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll b/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll index 82783e0f..a80ff4a8 100644 Binary files a/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll and b/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgio-2.0-0.dll b/gtk-nsis-pack/bin/libgio-2.0-0.dll index 5a3da2bc..4d2ddfe6 100644 Binary files a/gtk-nsis-pack/bin/libgio-2.0-0.dll and b/gtk-nsis-pack/bin/libgio-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libglib-2.0-0.dll b/gtk-nsis-pack/bin/libglib-2.0-0.dll index 6d221dad..a30b5a03 100644 Binary files a/gtk-nsis-pack/bin/libglib-2.0-0.dll and b/gtk-nsis-pack/bin/libglib-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgmodule-2.0-0.dll b/gtk-nsis-pack/bin/libgmodule-2.0-0.dll index 936d6be9..de9044a1 100644 Binary files a/gtk-nsis-pack/bin/libgmodule-2.0-0.dll and b/gtk-nsis-pack/bin/libgmodule-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgobject-2.0-0.dll b/gtk-nsis-pack/bin/libgobject-2.0-0.dll index 144657dd..a4c1bcb6 100644 Binary files a/gtk-nsis-pack/bin/libgobject-2.0-0.dll and b/gtk-nsis-pack/bin/libgobject-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgthread-2.0-0.dll b/gtk-nsis-pack/bin/libgthread-2.0-0.dll index bdfe9058..9f42d679 100644 Binary files a/gtk-nsis-pack/bin/libgthread-2.0-0.dll and b/gtk-nsis-pack/bin/libgthread-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgtk-3-0.dll b/gtk-nsis-pack/bin/libgtk-3-0.dll index 3fe634ac..04af8c78 100644 Binary files a/gtk-nsis-pack/bin/libgtk-3-0.dll and b/gtk-nsis-pack/bin/libgtk-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libgtksourceviewmm-3.0-0.dll b/gtk-nsis-pack/bin/libgtksourceviewmm-3.0-0.dll index 6f37b5c6..c160bb05 100644 Binary files a/gtk-nsis-pack/bin/libgtksourceviewmm-3.0-0.dll and b/gtk-nsis-pack/bin/libgtksourceviewmm-3.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libharfbuzz-0.dll b/gtk-nsis-pack/bin/libharfbuzz-0.dll index cd474bff..d77f2b64 100644 Binary files a/gtk-nsis-pack/bin/libharfbuzz-0.dll and b/gtk-nsis-pack/bin/libharfbuzz-0.dll differ diff --git a/gtk-nsis-pack/bin/libsoup-2.4-1.dll b/gtk-nsis-pack/bin/libsoup-2.4-1.dll index 406d8695..e26c9ded 100644 Binary files a/gtk-nsis-pack/bin/libsoup-2.4-1.dll and b/gtk-nsis-pack/bin/libsoup-2.4-1.dll differ diff --git a/gtk-nsis-pack/bin/libsoup-gnome-2.4-1.dll b/gtk-nsis-pack/bin/libsoup-gnome-2.4-1.dll index a259514a..0ed3ec37 100644 Binary files a/gtk-nsis-pack/bin/libsoup-gnome-2.4-1.dll and b/gtk-nsis-pack/bin/libsoup-gnome-2.4-1.dll differ diff --git a/gtk-nsis-pack/bin/libstdc++-6.dll b/gtk-nsis-pack/bin/libstdc++-6.dll index 6c087605..d1753d36 100644 Binary files a/gtk-nsis-pack/bin/libstdc++-6.dll and b/gtk-nsis-pack/bin/libstdc++-6.dll differ diff --git a/gtk-nsis-pack/bin/libtasn1-6.dll b/gtk-nsis-pack/bin/libtasn1-6.dll index 7717fed2..6d86f8a0 100644 Binary files a/gtk-nsis-pack/bin/libtasn1-6.dll and b/gtk-nsis-pack/bin/libtasn1-6.dll differ diff --git a/gtk-nsis-pack/bin/libwinpthread-1.dll b/gtk-nsis-pack/bin/libwinpthread-1.dll index 8de3cf62..dd1eb67e 100644 Binary files a/gtk-nsis-pack/bin/libwinpthread-1.dll and b/gtk-nsis-pack/bin/libwinpthread-1.dll differ diff --git a/gtk-nsis-pack/gtk2-runtime.ts.nsi b/gtk-nsis-pack/gtk2-runtime.ts.nsi index cfaf3f68..08480799 100644 --- a/gtk-nsis-pack/gtk2-runtime.ts.nsi +++ b/gtk-nsis-pack/gtk2-runtime.ts.nsi @@ -14,7 +14,7 @@ !define GTK_VERSION "2.24.32" !define GTK_BIN_VERSION "2.10.0" -!define PRODUCT_VERSION "${GTK_VERSION}-2018-01-18-ts-win64" +!define PRODUCT_VERSION "${GTK_VERSION}-2018-02-20-ts-win64" !define PRODUCT_NAME "GTK2-Runtime Win64" !define PRODUCT_PUBLISHER "Tom Schoonjans" !define PRODUCT_WEB_SITE "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer" diff --git a/gtk-nsis-pack/gtk3-runtime.ts.nsi b/gtk-nsis-pack/gtk3-runtime.ts.nsi index 3709c042..385c9107 100644 --- a/gtk-nsis-pack/gtk3-runtime.ts.nsi +++ b/gtk-nsis-pack/gtk3-runtime.ts.nsi @@ -11,9 +11,9 @@ ; Directory and package names: gtk3-runtime. -!define GTK_VERSION "3.22.26" +!define GTK_VERSION "3.22.28" !define GTK_BIN_VERSION "3.0.0" -!define PRODUCT_VERSION "${GTK_VERSION}-2018-01-18-ts-win64" +!define PRODUCT_VERSION "${GTK_VERSION}-2018-02-20-ts-win64" !define PRODUCT_NAME "GTK3-Runtime Win64" !define PRODUCT_PUBLISHER "Tom Schoonjans" !define PRODUCT_WEB_SITE "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer" @@ -817,6 +817,11 @@ Section Uninstall RMDir "$INSTDIR\lib\gio\modules" RMDir "$INSTDIR\lib\gio" + Delete "$INSTDIR\ssl\certs\ca-bundle.crt" + Delete "$INSTDIR\ssl\certs\ca-bundle.trust.crt" + RMDir "$INSTDIR\ssl\certs" + RMDir "$INSTDIR\ssl" + ; no longer in gtk as of 2.14.5 ;RMDir /r "$INSTDIR\lib\gtk-3.0\${GTK_BIN_VERSION}\immodules" ; gone as of gtk 2.16.6-2 diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache index 5c957d4c..e1225f91 100644 --- a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +++ b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache @@ -10,12 +10,50 @@ "ani" "" "RIFF ACON" " xxxx " 100 +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-bmp.dll" +"bmp" 5 "gdk-pixbuf" "BMP" "LGPL" +"image/bmp" "image/x-bmp" "image/x-MS-bmp" "" +"bmp" "" +"BM" "" 100 + +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-gif.dll" +"gif" 4 "gdk-pixbuf" "GIF" "LGPL" +"image/gif" "" +"gif" "" +"GIF8" "" 100 + "lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-icns.dll" "icns" 4 "gdk-pixbuf" "MacOS X icon" "GPL" "image/x-icns" "" "icns" "" "icns" "" 100 +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-ico.dll" +"ico" 5 "gdk-pixbuf" "Windows icon" "LGPL" +"image/x-icon" "image/x-ico" "image/x-win-bitmap" "image/vnd.microsoft.icon" "application/ico" "image/ico" "image/icon" "text/ico" "" +"ico" "cur" "" +" \001 " "zz znz" 100 +" \002 " "zz znz" 100 + +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-jasper.dll" +"jpeg2000" 4 "gdk-pixbuf" "JPEG 2000" "LGPL" +"image/jp2" "image/jpeg2000" "image/jpx" "" +"jp2" "jpc" "jpx" "j2k" "jpf" "" +" jP" "!!!! " 100 +"\377O\377Q" "" 100 + +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-jpeg.dll" +"jpeg" 5 "gdk-pixbuf" "JPEG" "LGPL" +"image/jpeg" "" +"jpeg" "jpe" "jpg" "" +"\377\330" "" 100 + +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-png.dll" +"png" 5 "gdk-pixbuf" "PNG" "LGPL" +"image/png" "" +"png" "" +"\211PNG\r\n\032\n" "" 100 + "lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-pnm.dll" "pnm" 4 "gdk-pixbuf" "PNM/PBM/PGM/PPM" "LGPL" "image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" "" @@ -52,6 +90,14 @@ " \n" "xz " 100 " \v" "xz " 100 +"lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-tiff.dll" +"tiff" 5 "gdk-pixbuf" "TIFF" "LGPL" +"image/tiff" "" +"tiff" "tif" "" +"MM *" " z " 100 +"II* " " z" 100 +"II* \020 CR\002 " " z zzz z" 0 + "lib\\gdk-pixbuf-2.0\\2.10.0\\loaders\\libpixbufloader-xbm.dll" "xbm" 4 "gdk-pixbuf" "XBM" "LGPL" "image/x-xbitmap" "" diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll index 4794c727..ea8d0b8e 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll index 1eb9ec74..4e1de52d 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll index 02ff920e..3c497a38 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll index 893332da..dda3b632 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll index fe6957df..2056f9d1 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll new file mode 100644 index 00000000..580a9715 Binary files /dev/null and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll index 7e55a4a2..17362417 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.dll new file mode 100644 index 00000000..64454011 Binary files /dev/null and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll index 4776a12b..a81fcc07 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll index 1ebe7ce0..268a5ab6 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll index 272d6739..a57d9747 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll index 854ba43a..b95657aa 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll index 2edb28c7..c9e9c48f 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll index bed383e2..1aee2b88 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll differ diff --git a/gtk-nsis-pack/share/glib-2.0/schemas/gschema.dtd b/gtk-nsis-pack/share/glib-2.0/schemas/gschema.dtd index 00e3a165..8cd552d4 100644 --- a/gtk-nsis-pack/share/glib-2.0/schemas/gschema.dtd +++ b/gtk-nsis-pack/share/glib-2.0/schemas/gschema.dtd @@ -1,4 +1,4 @@ - + @@ -47,7 +47,8 @@ - + diff --git a/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30-properties.mo index fe6bd4fe..2d397681 100644 Binary files a/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30.mo index d50eb750..d3ae1728 100644 Binary files a/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/af/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/bg/LC_MESSAGES/binutils.mo b/gtk-nsis-pack/share/locale/bg/LC_MESSAGES/binutils.mo index 5b272563..98ac765e 100644 Binary files a/gtk-nsis-pack/share/locale/bg/LC_MESSAGES/binutils.mo and b/gtk-nsis-pack/share/locale/bg/LC_MESSAGES/binutils.mo differ diff --git a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo index 5ba969c9..f7c4d136 100644 Binary files a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo index f6ae90d3..0a9d6b2d 100644 Binary files a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo index 16cc96a5..c6464035 100644 Binary files a/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gtk30.mo index 1eaca66c..e34b52c0 100644 Binary files a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo index 077af296..db99e6ef 100644 Binary files a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo index 8f05e667..8ca5124d 100644 Binary files a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/et/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/et/LC_MESSAGES/gtk30.mo index 72987c2d..e91ff499 100644 Binary files a/gtk-nsis-pack/share/locale/et/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/et/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo index 1dc25336..0d23a1aa 100644 Binary files a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/binutils.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/binutils.mo index ea92289c..a32ae4ce 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/binutils.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/binutils.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gas.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gas.mo index b7a79832..d44ad06e 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gas.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gas.mo differ diff --git a/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30-properties.mo index 86794654..b7839bcf 100644 Binary files a/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo index ee22e86b..4effdbfa 100644 Binary files a/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo index 75a9f858..75d40954 100644 Binary files a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo index 3f8ade53..0bc7517d 100644 Binary files a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30-properties.mo index 3a48da17..041a19aa 100644 Binary files a/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30.mo index 10663893..662e8bf7 100644 Binary files a/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/he/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gprof.mo b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gprof.mo index d2c2424f..b0d0a96e 100644 Binary files a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gprof.mo and b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gprof.mo differ diff --git a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30-properties.mo index c408a24e..0726078a 100644 Binary files a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30.mo index f826d699..b850649b 100644 Binary files a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo index 7474b42c..f7865bfb 100644 Binary files a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo index c7328ab4..0ce856d1 100644 Binary files a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30-properties.mo index 386adff7..e567d4a1 100644 Binary files a/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30.mo index fa5b0832..fbe28a87 100644 Binary files a/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/is/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30-properties.mo index eb73c025..b48ed698 100644 Binary files a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30.mo index 28c6f587..491b1922 100644 Binary files a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo index 3f14fc41..76524c61 100644 Binary files a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo index 0579dee8..3821dec2 100644 Binary files a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/glib20.mo b/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/glib20.mo index f55df771..7866a53f 100644 Binary files a/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/glib20.mo and b/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/glib20.mo differ diff --git a/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/gtk30.mo index 677263e9..0f1b5ef4 100644 Binary files a/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/nb/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo index e85eb6ea..2b8b1b47 100644 Binary files a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/ld.mo b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/ld.mo new file mode 100644 index 00000000..16a4dc62 Binary files /dev/null and b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/ld.mo differ diff --git a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo index 130734bd..d69cac2d 100644 Binary files a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30.mo index 143aa8b2..ca67451a 100644 Binary files a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30-properties.mo index b7f8606b..af51c668 100644 Binary files a/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30.mo index b3956768..11aba8b4 100644 Binary files a/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sl/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gprof.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gprof.mo index bfa1e569..49cf67c0 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gprof.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gprof.mo differ diff --git a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo index 4c00adcc..35d7f494 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/binutils.mo b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/binutils.mo index d2d11c5e..dfe26b15 100644 Binary files a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/binutils.mo and b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/binutils.mo differ diff --git a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gas.mo b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gas.mo index 77f8d775..a3f20658 100644 Binary files a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gas.mo and b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gas.mo differ diff --git a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gtk30.mo index 30920a45..46faa3d7 100644 Binary files a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo index 9ef3e923..d038df88 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo index f2eaaf2f..4a3edf2c 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/ld.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/ld.mo index 85a1d6c5..bdfd3030 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/ld.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/ld.mo differ diff --git a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/binutils.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/binutils.mo index be7dd92c..0e9c0999 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/binutils.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/binutils.mo differ diff --git a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gas.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gas.mo index de03806b..a0f681a1 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gas.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gas.mo differ diff --git a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gold.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gold.mo index ba31bca4..a5558c1a 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gold.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gold.mo differ diff --git a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/ld.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/ld.mo index 963e6840..eaafc120 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/ld.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/ld.mo differ diff --git a/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/gtk30.mo index 9bd43da0..1fda8520 100644 Binary files a/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/gtk30.mo differ