summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 0188b588..8e857b7b 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5368,8 +5368,8 @@ build_comments_string (EvDocument *document)
if (document && ev_document_get_backend_info (document, &info)) {
comments = g_strdup_printf (
- _("Document Viewer\nUsing %s (%s)"),
- info.name, info.version);
+ _("Document Viewer\nUsing %s (%s)\nand SyncTeX %s"),
+ info.name, info.version, document->synctex_version);
} else {
comments = g_strdup_printf (
_("Document Viewer"));