mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:47:34 +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:
parent
136588e240
commit
23cc88f83b
20 changed files with 40 additions and 40 deletions
|
@ -6,7 +6,7 @@ add_subdirectory(DevTools)
|
|||
add_subdirectory(DynamicLoader)
|
||||
add_subdirectory(Games)
|
||||
add_subdirectory(Libraries)
|
||||
add_subdirectory(MenuApplets)
|
||||
add_subdirectory(Applets)
|
||||
add_subdirectory(Services)
|
||||
add_subdirectory(Shell)
|
||||
add_subdirectory(Tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue