1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

Userland: Rename *.MenuApplet => *.Applet

These are no longer displayed in the menu, so it doesn't make sense to
call them menu applets. :^)
This commit is contained in:
Andreas Kling 2021-04-04 12:25:01 +02:00
parent 136588e240
commit 23cc88f83b
20 changed files with 40 additions and 40 deletions

View file

@ -0,0 +1,6 @@
set(SOURCES
main.cpp
)
serenity_bin(ResourceGraph.Applet)
target_link_libraries(ResourceGraph.Applet LibGUI LibCore LibGfx)