mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +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 <LibGUI/StatusBar.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
static const char* APP_NAME = "SpaceAnalyzer";
|
static const char* APP_NAME = "Space Analyzer";
|
||||||
|
|
||||||
struct TreeNode : public SpaceAnalyzer::TreeMapNode {
|
struct TreeNode : public SpaceAnalyzer::TreeMapNode {
|
||||||
TreeNode(String name)
|
TreeNode(String name)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=SpaceAnalyzer
|
Name=Space Analyzer
|
||||||
Executable=/bin/SpaceAnalyzer
|
Executable=/bin/SpaceAnalyzer
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue