*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2474 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-06-18 08:17:33 +00:00
parent 492fabc1dd
commit 9a0a7ff9ed
3 changed files with 7 additions and 2 deletions

2
configure vendored
View File

@ -2308,7 +2308,7 @@ fi
# We should always see these errors...
CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration"
CFLAGS="${CFLAGS} -Wall"
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then

View File

@ -91,7 +91,7 @@ AC_SUBST(GNC_DOC_INSTALL_DIR)
# We should always see these errors...
CFLAGS="${CFLAGS} -Wall -Werror-implicit-function-declaration"
CFLAGS="${CFLAGS} -Wall"
AC_ARG_ENABLE( debug,
[ --enable-debug compile with debugging flags set],

View File

@ -253,7 +253,12 @@ configAction (SplitRegister *reg)
xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR);
break;
case CREDIT_REGISTER:
xaccAddComboCellMenuItem ( reg->actionCell, ATM_STR);
xaccAddComboCellMenuItem ( reg->actionCell, BUY_STR);
xaccAddComboCellMenuItem ( reg->actionCell, CREDIT_STR);
xaccAddComboCellMenuItem ( reg->actionCell, FEE_STR);
xaccAddComboCellMenuItem ( reg->actionCell, INT_STR);
xaccAddComboCellMenuItem ( reg->actionCell, ONLINE_STR);
xaccAddComboCellMenuItem ( reg->actionCell, SELL_STR);
break;
case LIABILITY_REGISTER: