Commit 9d1d5501 authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix formatting

parent 35ba7265
...@@ -469,9 +469,9 @@ static GOptionEntry list_options[] = { ...@@ -469,9 +469,9 @@ static GOptionEntry list_options[] = {
N_("Add new records on the top of a list"), NULL }, N_("Add new records on the top of a list"), NULL },
{ "simple-tips", 0, 0, G_OPTION_ARG_NONE, &options.list_data.simple_tips, { "simple-tips", 0, 0, G_OPTION_ARG_NONE, &options.list_data.simple_tips,
N_("Don't use markup in tooltips"), NULL }, N_("Don't use markup in tooltips"), NULL },
{ "header-tips", 0, 0, G_OPTION_ARG_NONE, &options.list_data.header_tips, { "header-tips", 0, 0, G_OPTION_ARG_NONE, &options.list_data.header_tips,
N_("Use column name as a header tooltip"), NULL }, N_("Use column name as a header tooltip"), NULL },
{ NULL } { NULL }
}; };
static GOptionEntry notebook_options[] = { static GOptionEntry notebook_options[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment