1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

SystemMenu: Rename PowerDialog => ShutdownDialog

This commit is contained in:
Andreas Kling 2020-05-19 17:11:46 +02:00
parent e5ea243842
commit efb3a34e43
4 changed files with 17 additions and 18 deletions

View file

@ -1,6 +1,6 @@
set(SOURCES
main.cpp
PowerDialog.cpp
ShutdownDialog.cpp
)
serenity_bin(SystemMenu)