1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Implement `default-colours' on Windows based loosely on Michael Wardle's patch.

[originally from svn r3444]
This commit is contained in:
Jacob Nevins
2003-09-03 20:14:38 +00:00
parent dbe68abfff
commit 95d5a91c24
6 changed files with 54 additions and 1 deletions

View File

@ -92,6 +92,7 @@
#define WINHELP_CTX_selection_linedraw "selection.linedraw"
#define WINHELP_CTX_selection_rtf "selection.rtf"
#define WINHELP_CTX_colours_bold "colours.bold"
#define WINHELP_CTX_colours_system "colours.system"
#define WINHELP_CTX_colours_logpal "colours.logpal"
#define WINHELP_CTX_colours_config "colours.config"
#define WINHELP_CTX_translation_codepage "translation.codepage"