mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
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: 30ef10a5b9
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
Add a link
Reference in a new issue