Small fix in command-line output to follow the about box text.

This commit is contained in:
grinvader
2005-01-13 15:22:40 +00:00
parent 13a7b39f8e
commit d805647ea3

View File

@@ -147,9 +147,9 @@ NEWSYM welcome
db 'ZSNES comes with ABSOLUTELY NO WARRANTY. This is free software,',10,13 db 'ZSNES comes with ABSOLUTELY NO WARRANTY. This is free software,',10,13
db 'and you are welcome to redistribute it under certain conditions;',10,13 db 'and you are welcome to redistribute it under certain conditions;',10,13
%ifdef __LINUX__ %ifdef __LINUX__
db 'please read ',39,'LICENSE',39,' thoroughly before using it.',10,13,10,13 db 'please read ',39,'LICENSE',39,' thoroughly before doing so.',10,13,10,13
%else %else
db 'please read ',39,'LICENSE.TXT',39,' thoroughly before using it.',10,13,10,13 db 'please read ',39,'LICENSE.TXT',39,' thoroughly before doing so.',10,13,10,13
%endif %endif
db 'Use ZSNES -? for command line definitions.',13,10,13,10,0 db 'Use ZSNES -? for command line definitions.',13,10,13,10,0