diff --git a/Blades of Exile Char Editor/BLADPCED.RC b/Blades of Exile Char Editor/BLADPCED.RC index 84ba4ee7..2af9ab3a 100644 --- a/Blades of Exile Char Editor/BLADPCED.RC +++ b/Blades of Exile Char Editor/BLADPCED.RC @@ -733,8 +733,8 @@ STYLE WS_POPUP | WS_DLGFRAME { LTEXT "1_63", 1, 434, 268, 61, 20 LTEXT "5_716", 2, 6, 6, 36, 36 - LTEXT "Classic Blades of Exile Character Editor (build 26.11.2010) |Released under the GNU General Public License, version 2.", 3, 50, 6, 358, 34 - LTEXT "Comments and questions? Feel free to express yourself on the Irony Central Board: http://www.ironycentral.com/forum/", 5, 50, 178, 354, 32 + LTEXT "Classic Blades of Exile Character Editor v1.2.0a ($Rev$) |Released under the GNU General Public License, version 2.", 3, 50, 6, 358, 34 + LTEXT "Comments and questions? Feel free to express yourself on the Spiderweb Software Message Board: www.spiderwebforums.com/forum/", 5, 50, 178, 354, 32 LTEXT "Spiderweb Software web page: http://www.spidweb.com", 6, 60, 211, 354, 53 LTEXT "The Blades of Exile Editor was originally created by Spiderweb Software - _Where our aberrations become your reality._ ||_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 91, 410, 51 LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter", 8, 50, 42, 416, 47 diff --git a/Blades of Exile Char Editor/bladpced.cpp b/Blades of Exile Char Editor/bladpced.cpp index aa838000..ef739d44 100644 --- a/Blades of Exile Char Editor/bladpced.cpp +++ b/Blades of Exile Char Editor/bladpced.cpp @@ -175,7 +175,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR, int nCm } mainPtr = CreateWindow (szAppName, - "Classic Blades of Exile Character Editor build_26.11.2010", + "Classic Blades of Exile Character Editor", WS_OVERLAPPEDWINDOW, 0, 0, diff --git a/Scenario Editor/GAMEDLOG.RC b/Scenario Editor/GAMEDLOG.RC index 739e1cf4..ad238997 100644 --- a/Scenario Editor/GAMEDLOG.RC +++ b/Scenario Editor/GAMEDLOG.RC @@ -2063,9 +2063,9 @@ STYLE WS_POPUP | WS_DLGFRAME { LTEXT "1_63", 1, 435, 303, 61, 16 LTEXT "5_716", 2, 6, 6, 36, 36 - LTEXT "Classic Blades of Exile Scenario Editor build 09.01.2011 | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33 + LTEXT "Classic Blades of Exile Scenario Editor v1.2.0a ($Rev: 168 $) | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33 LTEXT "CREDITS : Initial coding/32-bit porting by Ormus . Aesthetic touches by Ishad Nha.", 4, 50, 227, 424, 33 - LTEXT "Comments? Questions? Bugs? Post them at the Blades section of the Irony Central Board: www.ironycentral.com/forum/", 5, 50, 271, 354, 32 + LTEXT "Comments? Questions? Bugs? Post them at the Spiderweb Software Message Board: www.spiderwebforums.com/forum/", 5, 50, 271, 354, 32 LTEXT "Blades of Exile was brought to you by Spiderweb Software - | _Where our aberrations become your reality._ |_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 154, 410, 51 LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter (Wormius@aol.com) | Title Screen: James Ernest (ernest@speakeasy.org)", 8, 50, 82, 415, 51 DEFPUSHBUTTON "", 9, 182, 326, 31, 10 diff --git a/Scenario Editor/blscened.cpp b/Scenario Editor/blscened.cpp index e42e69b1..73178ce8 100644 --- a/Scenario Editor/blscened.cpp +++ b/Scenario Editor/blscened.cpp @@ -164,7 +164,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR, int nCmd } mainPtr = CreateWindow (szAppName, - "Classic BoE Scenario Editor build_09.01.2011", + "Classic Blades of Exile Scenario Editor", WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, 0, 0,