mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace tabs with spaces for budget files
This commit is contained in:
parent
437a375692
commit
18fff9635f
@ -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
|
||||
};
|
||||
|
||||
|
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user