mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
ne transaction varieties
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@798 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c66d07039f
commit
df53298e0b
@ -4,8 +4,12 @@
|
||||
*
|
||||
* FUNCTION:
|
||||
* Implements the register object.
|
||||
* Specifies the physical layout of the register cells.
|
||||
* See the header file for additional documentation.
|
||||
*
|
||||
* hack alert -- most of the code in this file should be
|
||||
* replaced by a guile/scheme based config file.
|
||||
*
|
||||
* HISTORY:
|
||||
* Copyright (c) 1998 Linas Vepstas
|
||||
*/
|
||||
@ -361,11 +365,19 @@ void xaccInitBasicRegister (BasicRegister *reg, int type)
|
||||
/* -------------------------------- */
|
||||
/* add menu items for the action cell */
|
||||
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ATM_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, TELLER_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, CHECK_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, POS_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ARU_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ONLINE_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, ACH_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, WIRE_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, BUY_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, SELL_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, PRICE_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, INT_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, DIV_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, INT_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, LTCG_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, STCG_STR);
|
||||
xaccAddComboCellMenuItem ( reg->actionCell, DIST_STR);
|
||||
|
Loading…
Reference in New Issue
Block a user