summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 98152b59..ef77a36f 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -195,7 +195,7 @@ static XrmOption xrmOptions[] = {
{ xrm_Boolean, "show-match", { .snum = &config.show_match }, NULL,
"Indicate how it match by underlining it.", CONFIG_DEFAULT },
{ xrm_String, "theme", { .str = &config.theme }, NULL,
- "New style theme file" },
+ "New style theme file", CONFIG_DEFAULT },
};
/** Dynamic array of extra options */