From 6a43d0bff89755515ef033ab673500f5ca6e7abf Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 30 Sep 2003 19:10:43 +0000 Subject: [PATCH] About box update, woo for updates --- zsnes/src/gui/guiwindp.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index c25ae22e..c8c750f5 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -5321,7 +5321,11 @@ GUIGUIAboutTextB db 'NO WARRANTY. This is free',0 GUIGUIAboutTextC db 'software, and you are welcome',0 GUIGUIAboutTextD db 'to redistribute it under',0 GUIGUIAboutTextE db 'certain conditions; please',0 -GUIGUIAboutTextF db 'please read ',39,'LICENSE',39,0 +%ifndef __LINUX__ +GUIGUIAboutTextF db 'read ',39,'LICENSE.TXT',39,0 +%else +GUIGUIAboutTextF db 'read ',39,'LICENSE',39,0 +%endif GUIGUIAboutTextG db 'thoroughly before using it.',0 SECTION .text