Skip to content

Commit

Permalink
Base+ImageViewer: Restore correct app icon
Browse files Browse the repository at this point in the history
Restore ImageViewer's new application icon, which was accidentally
changed back to using the filetype icon by e800605.
Additionally, use the correct icon in the ImageViewer manpage.
  • Loading branch information
cubiclove authored and trflynn89 committed Mar 29, 2024
1 parent a1943eb commit 41d5fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Base/usr/share/man/man1/Applications/ImageViewer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Name

![Icon](/res/icons/16x16/filetype-image.png) Image Viewer - SerenityOS image viewer
![Icon](/res/icons/16x16/app-image-viewer.png) Image Viewer - SerenityOS image viewer

[Open](file:///bin/ImageViewer)

Expand Down Expand Up @@ -29,4 +29,3 @@ ImageViewer is even smart enough to detect other images and display them when cl
```sh
$ ImageViewer /res/graphics/buggie.png
```

2 changes: 1 addition & 1 deletion Userland/Applications/ImageViewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ set(SOURCES
ViewWidget.cpp
)

serenity_app(ImageViewer ICON filetype-image)
serenity_app(ImageViewer ICON app-image-viewer)
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGUI LibGfx LibConfig LibImageDecoderClient LibMain LibURL)

0 comments on commit 41d5fa2

Please sign in to comment.