1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

Applications: Rename Serendipity => Welcome

Let's stick to the theme of "the most obvious name possible"
This commit is contained in:
Andreas Kling 2021-04-15 17:00:22 +02:00
parent ff312d8aa6
commit 9f4e37e342
10 changed files with 30 additions and 31 deletions

View file

@ -17,7 +17,6 @@ add_subdirectory(Piano)
add_subdirectory(PixelPaint)
add_subdirectory(QuickShow)
add_subdirectory(Run)
add_subdirectory(Serendipity)
add_subdirectory(SoundPlayer)
add_subdirectory(SpaceAnalyzer)
add_subdirectory(Spreadsheet)
@ -25,3 +24,4 @@ add_subdirectory(SystemMonitor)
add_subdirectory(ThemeEditor)
add_subdirectory(Terminal)
add_subdirectory(TextEditor)
add_subdirectory(Welcome)