From 55059428bfd6a18451bc1ed3ee64e7bb04c395cd Mon Sep 17 00:00:00 2001 From: amlal Date: Sat, 16 Mar 2024 14:22:21 +0100 Subject: HCR-14: See below. - Pretty big modifications, add kernel mouse. Signed-off-by: amlal --- Public/Kits/System.Graphics/Core.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Public/Kits/System.Graphics/Core.hxx') diff --git a/Public/Kits/System.Graphics/Core.hxx b/Public/Kits/System.Graphics/Core.hxx index d0f62418..43751891 100644 --- a/Public/Kits/System.Graphics/Core.hxx +++ b/Public/Kits/System.Graphics/Core.hxx @@ -22,7 +22,7 @@ #define $() HCore::GApplication::Shared()->Document() -#ifdef __IMPORT_LIB +#ifndef __EXPORT_LIB #define G_API __attribute__((pef_container(".IMPORT"))) #else #define G_API __attribute__((pef_container(".EXPORT"))) @@ -167,11 +167,11 @@ class GException final { HCORE_COPY_DEFAULT(GException); public: - const char* Name() { return "GUI Error"; } + const char* Name() { return "User Interface error."; } const char* Reason() { return mReason; } private: - const char* mReason{"CoreAPI: GUI Exception!"}; + const char* mReason{"System.Graphics: User Interface error. Check HError."}; }; template -- cgit v1.2.3