From 58431593bb90e6e2ce53dc94c74f8d1445a5d925 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 3 Mar 2010 18:19:03 +0000 Subject: [PATCH] User friendly? DOSBox ? a little ;) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3555 --- src/dosbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index d550395c..672afbdd 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -675,7 +675,7 @@ void DOSBOX_Init(void) { ); MSG_Add("CONFIGFILE_INTRO", "# This is the configurationfile for DOSBox %s.\n" - "# Lines starting with a # are commentlines.\n" + "# Lines starting with a # are commentlines and are ignored by DOSBox.\n" "# They are used to (briefly) document the effect of each option.\n"); MSG_Add("CONFIG_SUGGESTED_VALUES", "Possible values");