1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-08 14:28:55 +00:00

Tweak two app setting names

The contents of cdlv-col-widths and hexd-char-conv have changed.  The
app correctly ignores things it doesn't understand when going either
forward or backward (between SourceGen and SourceGenWPF), but it's
nicer to just not have the settings get clobbered.
This commit is contained in:
Andy McFadden 2019-07-14 16:28:54 -07:00
parent c3d03b29ad
commit 93dd5b41c6

View File

@ -85,13 +85,13 @@ namespace SourceGenWPF {
public const string NOTEWIN_COL_WIDTHS = "notewin-col-widths";
// Code List View settings.
public const string CDLV_COL_WIDTHS = "cdlv-col-widths";
public const string CDLV_COL_WIDTHS = "cdlv-col-widths1";
public const string CDLV_FONT_FAMILY = "cdlv-font-family";
public const string CDLV_FONT_SIZE = "cdlv-font-size";
// Hex dump viewer settings.
public const string HEXD_ASCII_ONLY = "hexd-ascii-only";
public const string HEXD_CHAR_CONV = "hexd-char-conv";
public const string HEXD_CHAR_CONV = "hexd-char-conv1";
// ASCII chart viewer settings.
public const string ASCCH_MODE = "ascch-mode";