]> git.sur5r.net Git - cc65/commitdiff
Added article.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 28 Feb 2012 22:19:28 +0000 (22:19 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 28 Feb 2012 22:19:28 +0000 (22:19 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5571 b7a2c559-68d2-44c3-8de9-860c34a00d81

samples/geos/filesel.c

index 01aba6b92304d51e5172c211bb48a8273462302f..c0a591eb94eddd8e24425acf523b7cb4b11408c3 100644 (file)
@@ -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);
 }