useTzUTC default value changed to 'on'
This commit is contained in:
parent
ffcc586cd5
commit
a4e17d4b01
@ -1,9 +1,17 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
// $Id$
|
||||||
//
|
//
|
||||||
// GoldED * Configuration File, Advanced Edition
|
// * GoldED+ 1.1.x *
|
||||||
|
//
|
||||||
|
// Configuration File Example, Advanced English Edition.
|
||||||
//
|
//
|
||||||
// This configuration file demonstrates just about all configuration
|
// This configuration file demonstrates just about all configuration
|
||||||
// keywords available in GoldED.
|
// keywords available in GoldED. Actual list of all configuration
|
||||||
|
// keywords sees in tokencfg.txt ("Golded+ config file tokens list").
|
||||||
|
//
|
||||||
|
// Comment lines is starting with "//", ";", "--".
|
||||||
|
// Leading spaces is ignores.
|
||||||
|
// Parameter may be quoted, but end-of-line comments isn't recommended.
|
||||||
//
|
//
|
||||||
// A number of keywords are location dependent and must be placed in
|
// A number of keywords are location dependent and must be placed in
|
||||||
// a particular order to ensure correct operation. The exact list of
|
// a particular order to ensure correct operation. The exact list of
|
||||||
@ -11,10 +19,6 @@
|
|||||||
// manual. This example configuration file shows the location
|
// manual. This example configuration file shows the location
|
||||||
// dependent keywords in the recommended places.
|
// dependent keywords in the recommended places.
|
||||||
//
|
//
|
||||||
// Comment lines is starting with "//", ";", "--".
|
|
||||||
// Leading spaces is ignores.
|
|
||||||
// Parameter may be quoted, but end-of-line comments isn't recommended.
|
|
||||||
//
|
|
||||||
// WARNING! YOU MUST EDIT THIS FILE FOR YOUR SETUP BEFORE USING IT!
|
// WARNING! YOU MUST EDIT THIS FILE FOR YOUR SETUP BEFORE USING IT!
|
||||||
//
|
//
|
||||||
// PLEASE NOTE: It is NOT advisable to use this configuration file
|
// PLEASE NOTE: It is NOT advisable to use this configuration file
|
||||||
@ -54,9 +58,9 @@ SHOWDELETED No
|
|||||||
// Used when saving messages to file. If enabled, it inserts a Form
|
// Used when saving messages to file. If enabled, it inserts a Form
|
||||||
// Feed (12d) character after each message.
|
// Feed (12d) character after each message.
|
||||||
|
|
||||||
// USETZUTC <yes/no> (no)
|
// USETZUTC <yes/no> (yes)
|
||||||
// Activates usage of TZUTC kludge in your messages.
|
// (De)Activates usage of TZUTC kludge in your messages.
|
||||||
USETZUTC Yes
|
// USETZUTC No
|
||||||
|
|
||||||
// TASKTITLE <string> (@longpid)
|
// TASKTITLE <string> (@longpid)
|
||||||
// Sets window title in Win32 and OS/2 versions, ignored in other.
|
// Sets window title in Win32 and OS/2 versions, ignored in other.
|
||||||
|
@ -10,6 +10,8 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
! UseTZUTC default value changed from "no" to "yes".
|
||||||
|
|
||||||
= Snapshot for the Nov 16, 2006.
|
= Snapshot for the Nov 16, 2006.
|
||||||
|
|
||||||
+ Cashed last opened thread, that greatly increase tree opening speed,
|
+ Cashed last opened thread, that greatly increase tree opening speed,
|
||||||
|
@ -812,7 +812,7 @@ CfgGed::CfgGed() {
|
|||||||
usernameno = 0;
|
usernameno = 0;
|
||||||
usesoftcrxlat = false;
|
usesoftcrxlat = false;
|
||||||
usestylies = true;
|
usestylies = true;
|
||||||
usetzutc = false;
|
usetzutc = true;
|
||||||
viewhidden = false;
|
viewhidden = false;
|
||||||
viewkludge = false;
|
viewkludge = false;
|
||||||
viewquote = true;
|
viewquote = true;
|
||||||
|
Reference in New Issue
Block a user