diff --git a/Binaries/GlEd.exe b/Binaries/GlEd.exe index f23a035..bfc1a39 100644 Binary files a/Binaries/GlEd.exe and b/Binaries/GlEd.exe differ diff --git a/Source/Application.manifest b/Source/Application.manifest index 73e1ca4..9813c11 100644 --- a/Source/Application.manifest +++ b/Source/Application.manifest @@ -1,6 +1,6 @@  - + GlEd diff --git a/Source/Includes/_Version.h b/Source/Includes/_Version.h index 28bd641..6a08ddd 100644 --- a/Source/Includes/_Version.h +++ b/Source/Includes/_Version.h @@ -2,7 +2,7 @@ #define VERSION_MAJOR 1 #define REVISION_MAJOR 0 #define VERSION_MINOR 0 -#define REVISION_MINOR 9 +#define REVISION_MINOR 10 #define TOSTRINGTMP(x) #x #define TOSTRING(x) TOSTRINGTMP(x) diff --git a/Source/Sources/Game/Game_Divine.c b/Source/Sources/Game/Game_Divine.c index 2968770..970fc5e 100644 --- a/Source/Sources/Game/Game_Divine.c +++ b/Source/Sources/Game/Game_Divine.c @@ -1360,7 +1360,7 @@ DIVINECONTEXT* Divine_PrepareContext(UINT uErr) if (!ctx) { SetLastError(ERROR_NOT_ENOUGH_MEMORY); - Request_PrintError(App.hWnd,Locale_GetText(TEXT_ERR_LOADING),NULL,MB_ICONERROR); + Request_PrintError(App.hWnd,Locale_GetText(uErr),NULL,MB_ICONERROR); return(NULL); }