More code cleanups; updated windows port to version 1.00

This commit is contained in:
pagefault
2001-05-31 19:39:43 +00:00
parent bdc6878627
commit f1ed893287
2 changed files with 17 additions and 18 deletions

View File

@@ -5031,7 +5031,7 @@ GUIGUIAboutText6b db ' TEUF',0
GUIGUIAboutText6c db ' PAGEFAULT',0
GUIGUIAboutText6d db ' THEODDONE33',0
%ifdef __WIN32__
GUIGUIAboutText7 db 'WIN PORT V0.99',0
GUIGUIAboutText7 db 'WIN PORT V1.00',0
%elifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.19',0
%endif