diff --git a/src/config.c b/src/config.c index 7e185c9..35fdbeb 100644 --- a/src/config.c +++ b/src/config.c @@ -304,12 +304,6 @@ static void cfg_create_ini() "; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n" "vhack=false\n" "\n" - "; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french, italian\n" - "configlang=auto\n" - "\n" - "; cnc-ddraw config program theme, possible values: Windows10, Cobalt XEMedia\n" - "configtheme=Windows10\n" - "\n" "; Where should screenshots be saved\n" "screenshotdir=.\\Screenshots\\\n" "\n" @@ -395,10 +389,16 @@ static void cfg_create_ini() "\n" "\n" "\n" - "; ### Developer settings ###\n" - "; The following settings are for developers who like to share their custom preset with others\n" + "; ### Config program settings ###\n" + "; The following settings are for cnc-ddraw config.exe\n" "\n" "\n" + "; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french, italian\n" + "configlang=auto\n" + "\n" + "; cnc-ddraw config program theme, possible values: Windows10, Cobalt XEMedia\n" + "configtheme=Windows10\n" + "\n" "; Hide the 'Compatibility Settings' tab in cnc-ddraw config\n" "hide_compat_tab=false\n" "\n"