Skip to content

Commit

Permalink
Replace tabs with spaces for budget files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Dec 29, 2017
1 parent 437a375 commit 18fff96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions gnucash/gnome/gnc-plugin-budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ gnc_plugin_budget_get_type (void)
static const GTypeInfo our_info =
{
sizeof (GncPluginBudgetClass),
NULL, /* base_init */
NULL, /* base_finalize */
NULL, /* base_init */
NULL, /* base_finalize */
(GClassInitFunc) gnc_plugin_budget_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (GncPluginBudget),
0, /* n_preallocs */
0, /* n_preallocs */
(GInstanceInitFunc) gnc_plugin_budget_init
};

Expand Down
8 changes: 4 additions & 4 deletions gnucash/gnome/gnc-plugin-page-budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ static const gchar *actions_requiring_account[] =
/** Short labels for use on the toolbar buttons. */
static action_toolbar_labels toolbar_labels[] =
{
{ "OpenAccountAction", N_("Open") },
{ "DeleteBudgetAction", N_("Delete") },
{ "OptionsBudgetAction", N_("Options") },
{ "EstimateBudgetAction", N_("Estimate") },
{ "OpenAccountAction", N_("Open") },
{ "DeleteBudgetAction", N_("Delete") },
{ "OptionsBudgetAction", N_("Options") },
{ "EstimateBudgetAction", N_("Estimate") },
{ NULL, NULL },
};

Expand Down

0 comments on commit 18fff96

Please sign in to comment.