Shorts the time-date format string (goldlang token MS_TimeDateFmt)
This commit is contained in:
parent
383fb1d734
commit
7188ecd6ce
@ -265,7 +265,7 @@ DispHdrLocation No
|
||||
// These are the default values.
|
||||
;DISPHDRNAMESET 8 36
|
||||
;DISPHDRNODESET 44 16
|
||||
DISPHDRDATESET -19 19
|
||||
;DISPHDRDATESET -19 19
|
||||
|
||||
// GoldED can display either the real message numbers or automatically
|
||||
// calculated relative numbers. Can be toggled with Alt-Y.
|
||||
|
@ -238,7 +238,7 @@ DispHdrLocation No
|
||||
// ‡¤¥áì 㪠§ ë § ç¥¨ï ¯® 㬮«ç ¨î.
|
||||
;DispHdrNameSet 8 36
|
||||
;DispHdrNodeSet 44 16
|
||||
;DispHdrDateSet -20 20
|
||||
;DispHdrDateSet -19 19
|
||||
|
||||
// GoldED ¬®¦¥â ¯®ª §ë¢ âì ¨«¨ áâ®ï騩 ( ¡á®«îâë©) ®¬¥à á®®¡é¥¨ï,
|
||||
// ¨«¨ ¢â®¬ â¨ç¥áª¨ ¢ëç¨á«¥ë©, ॠ«ìë© (®â®á¨â¥«ìë©) ¯®à浪®¢ë©
|
||||
|
@ -855,8 +855,8 @@ CfgGed::CfgGed() {
|
||||
switches.set(rcvdisablescfm, true);
|
||||
|
||||
// screen configuration
|
||||
disphdrdateset.len = 20;
|
||||
disphdrdateset.pos = -20;
|
||||
disphdrdateset.len = 19;
|
||||
disphdrdateset.pos = -19;
|
||||
disphdrnameset.len = 36;
|
||||
disphdrnameset.pos = 8;
|
||||
disphdrnodeset.len = 16;
|
||||
|
Reference in New Issue
Block a user