mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 04:59:29 -06:00
Change "Reverse Transaction" menu item to be "Add Reversing
Transaction". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12050 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dfc0b75a05
commit
c74ce7c74d
@ -1,5 +1,8 @@
|
||||
2005-11-26 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome/gnc-plugin-page-register.c: Change "Reverse
|
||||
Transaction" menu item to be "Add Reversing Transaction".
|
||||
|
||||
* src/gnome/gnc-plugin-page-register.c: Eliminate extra redrawing
|
||||
of the register by suspending events around the entire reverse
|
||||
transaction operation. Speed up the command significantly.
|
||||
|
@ -197,7 +197,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_void_transaction) },
|
||||
{ "UnvoidTransactionAction", NULL, N_("_Unvoid Transaction"), NULL, NULL,
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_unvoid_transaction) },
|
||||
{ "ReverseTransactionAction", NULL, N_("_Reverse Transaction"), NULL, NULL,
|
||||
{ "ReverseTransactionAction", NULL, N_("Add _Reversing Transaction"), NULL, NULL,
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_reverse_transaction) },
|
||||
|
||||
/* View menu */
|
||||
|
Loading…
Reference in New Issue
Block a user