diff options
author | Erik Biederstadt <biederstadterik@gmail.com> | 2021-05-19 11:57:59 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-19 19:34:12 +0100 |
commit | 585e7890cdd416b77bd28c2ef853477b42c606ef (patch) | |
tree | b44d8a4bb7a6306f8b947a566056976afa6ff36c /Base | |
parent | 132ecfc47b2b21706fff16f08ab30bcb7879af73 (diff) | |
download | serenity-585e7890cdd416b77bd28c2ef853477b42c606ef.zip |
3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`
Also changes the category to `Graphics`
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/apps/3DFileViewer.af | 4 | ||||
-rw-r--r-- | Base/res/apps/GLTeapot.af | 4 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-3d-file-viewer.png (renamed from Base/res/icons/16x16/app-teapot.png) | bin | 472 -> 472 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-3d-file-viewer.png (renamed from Base/res/icons/32x32/app-teapot.png) | bin | 1010 -> 1010 bytes |
4 files changed, 4 insertions, 4 deletions
diff --git a/Base/res/apps/3DFileViewer.af b/Base/res/apps/3DFileViewer.af new file mode 100644 index 0000000000..6cf8f1181f --- /dev/null +++ b/Base/res/apps/3DFileViewer.af @@ -0,0 +1,4 @@ +[App] +Name=3D File Viewer +Executable=/bin/3DFileViewer +Category=Graphics diff --git a/Base/res/apps/GLTeapot.af b/Base/res/apps/GLTeapot.af deleted file mode 100644 index d1ab7ec9e6..0000000000 --- a/Base/res/apps/GLTeapot.af +++ /dev/null @@ -1,4 +0,0 @@ -[App] -Name=GLTeapot -Executable=/bin/GLTeapot -Category=Demos diff --git a/Base/res/icons/16x16/app-teapot.png b/Base/res/icons/16x16/app-3d-file-viewer.png Binary files differindex 5e32ae40ed..5e32ae40ed 100644 --- a/Base/res/icons/16x16/app-teapot.png +++ b/Base/res/icons/16x16/app-3d-file-viewer.png diff --git a/Base/res/icons/32x32/app-teapot.png b/Base/res/icons/32x32/app-3d-file-viewer.png Binary files differindex 3e85f72ea3..3e85f72ea3 100644 --- a/Base/res/icons/32x32/app-teapot.png +++ b/Base/res/icons/32x32/app-3d-file-viewer.png |