Revert back to GTK2

svn path=/trunk/; revision=45541
This commit is contained in:
Anders Broman 2012-10-14 19:16:34 +00:00
parent 091559e2ab
commit f8d36704a8
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ GLIB_VERSION=2.0
# directory in which the "include" and "lib" directories reside.
#
# Set the name to gtk3 if you want to use gtk3 - Not yet working
GTK_NAME=gtk3
GTK_NAME=gtk2
GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)
# These macros are used by the nsis installer script and by the install target.

View File

@ -19,7 +19,7 @@ SetCompressor /SOLID lzma
; ============================================================================
; The file to write
OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-gtk3-${VERSION}.exe"
OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
; Installer icon
Icon "..\..\image\wiresharkinst.ico"