In demo list help text changed string CTRL+C to CTRL-C for consistency

This commit is contained in:
zicodxx 2010-08-19 13:44:31 +00:00
parent ac92d9c971
commit 2c3d69c82d
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20100819
--------
d1x-rebirth/main/bmread.c, d1x-rebirth/main/paging.c, d1x-rebirth/main/aipath.c, d1x-rebirth/main/piggy.c, d1x-rebirth/main/gamesave.c, d1x-rebirth/main/dumpmine.c, d1x-rebirth/main/kconfig.c, d1x-rebirth/main/gamecntl.c, d1x-rebirth/editor/segment.c, d1x-rebirth/editor/kmine.c, d1x-rebirth/editor/mine.c, d1x-rebirth/editor/group.c, d1x-rebirth/editor/med.c, d1x-rebirth/editor/eswitch.c, d1x-rebirth/editor/medwall.c, d1x-rebirth/iff/iff.c, d1x-rebirth/ui/radio.c, d1x-rebirth/ui/scroll.c, d1x-rebirth/ui/window.c, d1x-rebirth/ui/keypad.c, d1x-rebirth/ui/file.c, d1x-rebirth/ui/listbox.c, d1x-rebirth/ui/mouse.c, d1x-rebirth/ui/menubar.c, d1x-rebirth/ui/lfile.c, d1x-rebirth/mem/mem.c: Patching together editor so it compiles again (while still not running); Implemented PhysFS for file accessing for editor- and debugging-related code
main/text.c: In demo list help text changed string CTRL+C to CTRL-C for consistency
20100817
--------

View file

@ -304,7 +304,7 @@ void load_text()
break;
case 330:
extra = "\n<Ctrl+C> converts format\nIntel <-> PowerPC";
extra = "\n<Ctrl-C> converts format\nIntel <-> PowerPC";
str = d_malloc(strlen(Text_string[i]) + strlen(extra) + 1);
if (!str)
break;