SpaceAnalyzer: use "Proper Noun" name style
This commit is contained in:
parent
6df15aca7e
commit
30ef10a5b9
Notes:
sideshowbarker
2024-07-19 00:00:34 +09:00
Author: https://github.com/TheMorc Commit: https://github.com/SerenityOS/serenity/commit/30ef10a5b9a Pull-request: https://github.com/SerenityOS/serenity/pull/4864
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#include <LibGUI/StatusBar.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
static const char* APP_NAME = "SpaceAnalyzer";
|
||||
static const char* APP_NAME = "Space Analyzer";
|
||||
|
||||
struct TreeNode : public SpaceAnalyzer::TreeMapNode {
|
||||
TreeNode(String name)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=SpaceAnalyzer
|
||||
Name=Space Analyzer
|
||||
Executable=/bin/SpaceAnalyzer
|
||||
Category=Utilities
|
||||
|
|
Loading…
Add table
Reference in a new issue