mirror of https://github.com/GNOME/gimp.git
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:
parent
4c9e97d4ad
commit
edde2127f4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue