1
0
Fork 0

changed the help string in the configfile

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@804
This commit is contained in:
Peter Veenstra 2003-03-27 19:48:33 +00:00
parent d995943148
commit 9a6d254943

View file

@ -366,7 +366,7 @@ static void DecreaseFrameSkip(void) {
}
void RENDER_Init(Section * sec) {
MSG_Add("RENDER_CONFIGFILE_HELP","Available renderers:scale2x, none\n");
MSG_Add("RENDER_CONFIGFILE_HELP","Available scalers: scale2x, none\n");
Section_prop * section=static_cast<Section_prop *>(sec);
render.pal.first=256;