Remove windows version

This commit is contained in:
theoddone33
2002-05-23 17:36:02 +00:00
parent 7de3445a22
commit 1ba9581528

View File

@@ -5171,7 +5171,7 @@ GUIGUIAboutText6e db ' STAINLESS',0
%ifdef __MSDOS__
GUIGUIAboutText7 db 'DOS VERSION',0
%elifdef __WIN32__
GUIGUIAboutText7 db 'WIN PORT V1.06',0
GUIGUIAboutText7 db 'WIN VERSION',0
%elifdef __LINUX__
GUIGUIAboutText7 db 'LINUX VERSION',0
%endif