diff options
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 0ecd9405..e9e0b6e2 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -54,6 +54,9 @@ FORMAT_REC gui_text_formats[] = { "statusbar_not_found", "Statusbar doesn't exist: $0", 1, { 0 } }, { "statusbar_item_not_found", "Statusbar item doesn't exist: $0", 1, { 0 } }, { "statusbar_unknown_command", "Unknown statusbar command: $0", 1, { 0 } }, + { "statusbar_unknown_type", "Statusbar type must be 'window' or 'root'", 1, { 0 } }, + { "statusbar_unknown_placement", "Statusbar placement must be 'top' or 'bottom'", 1, { 0 } }, + { "statusbar_unknown_visibility", "Statusbar visibility must be 'always', 'active' or 'inactive'", 1, { 0 } }, { NULL, NULL, 0 } }; |