aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/text-highlight/e-mail-formatter-text-highlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text-highlight/e-mail-formatter-text-highlight.c b/modules/text-highlight/e-mail-formatter-text-highlight.c
index e0a892cd20..18ef3d864b 100644
--- a/modules/text-highlight/e-mail-formatter-text-highlight.c
+++ b/modules/text-highlight/e-mail-formatter-text-highlight.c
@@ -197,7 +197,7 @@ emfe_text_highlight_format (EMailFormatterExtension *extension,
EShell *shell;
EShellSettings *settings;
PangoFontDescription *fd;
- const gchar *argv[] = { "highlight",
+ const gchar *argv[] = { HIGHLIGHT_COMMAND,
NULL, /* --font= */
NULL, /* --font-size= */
NULL, /* --syntax= */