mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
SpaceAnalyzer: use "Proper Noun" name style
This commit is contained in:
parent
6df15aca7e
commit
30ef10a5b9
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
Add a link
Reference in a new issue