Fix a typo

svn path=/trunk/; revision=38663
This commit is contained in:
Jörg Mayer 2011-08-22 08:42:52 +00:00
parent 1c50da1fab
commit 7af4e6942f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
option(DISABLE_WERROR "Do not treat Warnings as errors" OFF)
option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
option(ENABLE_GTK3 "Use GTK3 instead of GTK2 (does not compile yet)" OFF)
option(ENABLE_UI_MANAGER) "Build GTK UI with the new UI-Manager API" ON)
option(ENABLE_UI_MANAGER "Build GTK UI with the new UI-Manager API" ON)
#
# Do not make this the default on UN*X; AirPcap support is available
# only on Windows. It might be nice to have it, on Windows, check