Skip to content

Commit

Permalink
[41_1] Remove usage of unknown.ps
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Dec 18, 2023
1 parent bf0744a commit 4626543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed TeXmacs/misc/pixmaps/unknown.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Plugins/Pdf/pdf_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pdf_image_rep::flush_png (PDFWriter& pdfw, url image) {
void
pdf_image_rep::flush (PDFWriter& pdfw) {
url name= resolve (u);
if (is_none (name)) name= "$TEXMACS_PATH/misc/pixmaps/unknown.ps";
if (is_none (name)) name= "$TEXMACS_PATH/misc/pixmaps/unknown.png";

url temp;
string s= suffix (name);
Expand Down

0 comments on commit 4626543

Please sign in to comment.