From: ol.sc
Date: Tue, 28 Feb 2012 22:19:28 +0000 (+0000)
Subject: Added article.
X-Git-Tag: V2.14~492
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=026e6995d06e8f4f5c4f099e94442ab60540c485;p=cc65
Added article.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5571 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/samples/geos/filesel.c b/samples/geos/filesel.c
index 01aba6b92..c0a591eb9 100644
--- a/samples/geos/filesel.c
+++ b/samples/geos/filesel.c
@@ -18,7 +18,7 @@ void main (void)
{
r0=(int)fName;
- DlgBoxOk(CBOLDON "You now will be presented", "with apps list" CPLAINTEXT);
+ DlgBoxOk(CBOLDON "You now will be presented", "with an apps list" CPLAINTEXT);
DlgBoxFileSelect("", APPLICATION, fName);
DlgBoxOk("You've chosen:" CBOLDON, fName);
}