summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 11:37:39 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-15 11:38:06 +0100
commit7efd511ff45132e540d437f8b2c4d55612a5ab2a (patch)
treed13b68cb8639e4055b97f124cbff0a002464eb47
parent1a844fe4332313983e86efd1f3e41f8a7f73c465 (diff)
HCR-14: Fix NewFS.hxx define of kNewFSIdent.
Renamed LookAndFeel.css to SystemTheme.css Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
-rw-r--r--Private/FSKit/NewFS.hxx6
-rw-r--r--Private/Root/System/SystemTheme.css (renamed from Private/Root/System/LookAndFeel.css)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx
index 3cc4ceba..657f6fae 100644
--- a/Private/FSKit/NewFS.hxx
+++ b/Private/FSKit/NewFS.hxx
@@ -27,15 +27,15 @@
#define kNewFSInvalidCatalog -1
#define kNewFSNodeNameLen 256
-#define kNewFSIdentLen 6
+#define kNewFSIdentLen 8
#define kNewFSIdent " HCFS"
#define kPadLen 16
//! On EPM and GPT disks.
#define kNewFSUUID "DD997393-9CCE-4288-A8D5-C0FDE3908DBE"
-#define kNewFSVersionInteger 0x11
-#define kNewFSVerionString "1.1"
+#define kNewFSVersionInteger 0x120
+#define kNewFSVerionString "1.2.0"
typedef HCore::WideChar NewCharType;
diff --git a/Private/Root/System/LookAndFeel.css b/Private/Root/System/SystemTheme.css
index 44e38465..44e38465 100644
--- a/Private/Root/System/LookAndFeel.css
+++ b/Private/Root/System/SystemTheme.css