SpaceAnalyzer: use "Proper Noun" name style

This commit is contained in:
TheMorc 2021-01-09 13:46:27 +01:00 committed by Andreas Kling
parent 6df15aca7e
commit 30ef10a5b9
Notes: sideshowbarker 2024-07-19 00:00:34 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
[App]
Name=SpaceAnalyzer
Name=Space Analyzer
Executable=/bin/SpaceAnalyzer
Category=Utilities