mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove some spaces and tabs from dialog-options.c
This commit is contained in:
parent
9f59d2cbd7
commit
86dc6dcb96
@ -853,10 +853,10 @@ gnc_option_changed_gain_loss_account_widget_cb (GtkTreeSelection *selection,
|
|||||||
{
|
{
|
||||||
const char *message = _("The account %s is a placeholder account " \
|
const char *message = _("The account %s is a placeholder account " \
|
||||||
"and does not allow transactions. " \
|
"and does not allow transactions. " \
|
||||||
"Please choose a different account.");
|
"Please choose a different account.");
|
||||||
|
|
||||||
gnc_error_dialog (gnc_ui_get_gtk_window (book_currency_data->default_gain_loss_account_widget),
|
gnc_error_dialog (gnc_ui_get_gtk_window (book_currency_data->default_gain_loss_account_widget),
|
||||||
message, xaccAccountGetName (account));
|
message, xaccAccountGetName (account));
|
||||||
if (book_currency_data->prior_gain_loss_account)
|
if (book_currency_data->prior_gain_loss_account)
|
||||||
{
|
{
|
||||||
(gnc_tree_view_account_set_selected_account
|
(gnc_tree_view_account_set_selected_account
|
||||||
|
Loading…
Reference in New Issue
Block a user