From 026e6995d06e8f4f5c4f099e94442ab60540c485 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Tue, 28 Feb 2012 22:19:28 +0000
Subject: [PATCH] Added article.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5571 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
samples/geos/filesel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
}
--
2.39.5