8000 Use the new icon PDFs instead of the PNGs. · matplotlib/matplotlib@c2be249 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2be249

Browse files
committed
Use the new icon PDFs instead of the PNGs.
1 parent ca7aad4 commit c2be249

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/_macosx.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4932,13 +4932,13 @@ -(void)save_figure:(id)sender
49324932

49334933
NSButton* buttons[7];
49344934

4935-
NSString* images[7] = {@"home.png",
4936-
@"back.png",
4937-
@"forward.png",
4938-
@"move.png",
4939-
@"zoom_to_rect.png",
4940-
@"subplots.png",
4941-
@"filesave.png"};
4935+
NSString* images[7] = {@"home.pdf",
4936+
@"back.pdf",
4937+
@"forward.pdf",
4938+
@"move.pdf",
4939+
@"zoom_to_rect.pdf",
4940+
@"subplots.pdf",
4941+
@"filesave.pdf"};
49424942

49434943
NSString* tooltips[7] = {@"Reset original view",
49444944
@"Back to previous view",

0 commit comments

Comments
 (0)
0