mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-26 06:49:19 +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:
parent
c3d03b29ad
commit
93dd5b41c6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user