fixed indentation of --help output.

2007-12-07  Sven Neumann  <sven@gimp.org>

	* configure.in: fixed indentation of --help output.


svn path=/trunk/; revision=24292
This commit is contained in:
Sven Neumann 2007-12-07 20:46:05 +00:00 committed by Sven Neumann
parent 4c9e97d4ad
commit edde2127f4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-07 Sven Neumann <sven@gimp.org>
* configure.in: fixed indentation of --help output.
2007-12-07 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/pygimp-colors.c

View File

@ -933,7 +933,7 @@ AC_SUBST(GIMP_COMMAND)
###################################
AC_ARG_ENABLE(toolbox-menu,
[ --disable-toolbox-menu disable the menu in the toolbox (default=depends on platform)], ,
[ --disable-toolbox-menu disable the menu in the toolbox (default=depends on platform)], ,
if test "x$gdk_target" = "xquartz"; then
enable_toolbox_menu=no
else