Remove some spaces and tabs from dialog-options.c

This commit is contained in:
Robert Fewell 2020-05-14 12:13:08 +01:00
parent 9f59d2cbd7
commit 86dc6dcb96

View File

@ -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