From 74e72e5fe94b080c975203c893d38353fd2e0db4 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 02 Oct 2005 12:21:35 +0000 Subject: Add .indd files (Adobe Indesign) to the list of "bad extensions". * shell/ev-window-title.c: Add .indd files (Adobe Indesign) to the list of "bad extensions". --- (limited to 'shell') diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 2964f14..45e10ae 100644 --- a/shell/ev-window-title.c +++ b/shell/ev-window-title.c @@ -40,6 +40,7 @@ struct _EvWindowTitle static const BadExtensionEntry bad_extensions[] = { { EV_BACKEND_PS, ".dvi" }, { EV_BACKEND_PDF, ".doc" }, + { EV_BACKEND_PDF, ".indd" }, { EV_BACKEND_PDF, ".rtf" } }; -- cgit v0.9.1