mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
Userland: Rename QuickShow => Image Viewer
The old name was a bit too ambiguous. This one is crystal clear. :^)
This commit is contained in:
parent
d039542c7c
commit
58d73ea36c
11 changed files with 50 additions and 50 deletions
|
@ -1,12 +1,12 @@
|
|||
[FileType]
|
||||
pbm=/bin/QuickShow
|
||||
pgm=/bin/QuickShow
|
||||
png=/bin/QuickShow
|
||||
ppm=/bin/QuickShow
|
||||
gif=/bin/QuickShow
|
||||
bmp=/bin/QuickShow
|
||||
jpg=/bin/QuickShow
|
||||
jpeg=/bin/QuickShow
|
||||
pbm=/bin/ImageViewer
|
||||
pgm=/bin/ImageViewer
|
||||
png=/bin/ImageViewer
|
||||
ppm=/bin/ImageViewer
|
||||
gif=/bin/ImageViewer
|
||||
bmp=/bin/ImageViewer
|
||||
jpg=/bin/ImageViewer
|
||||
jpeg=/bin/ImageViewer
|
||||
html=/bin/Browser
|
||||
wav=/bin/SoundPlayer
|
||||
m3u=/bin/SoundPlayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue