~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to shell/ev-window-title.c

Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
static const BadExtensionEntry bad_extensions[] = {
41
41
        { EV_BACKEND_PS, ".dvi" },
42
42
        { EV_BACKEND_PDF, ".doc" },
 
43
        { EV_BACKEND_PDF, ".dvi" },
43
44
        { EV_BACKEND_PDF, ".indd" },
44
45
        { EV_BACKEND_PDF, ".rtf" }
45
46
};