From: Joost Verburg Date: Wed, 25 Oct 2006 10:28:29 +0000 (+0000) Subject: Changed default date formatting string to be compatible with both Windows/UNIX. This... X-Git-Tag: 1.6.10~12194 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8fa888a61ad832b189aff3c08bdabe8a58623f24;p=features.git Changed default date formatting string to be compatible with both Windows/UNIX. This solves crashes on Windows systems. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15546 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxrc.C b/src/lyxrc.C index 56ee21061e..a29a55fc56 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -282,7 +282,7 @@ void LyXRC::setDefaults() { show_banner = true; windows_style_tex_paths = false; tex_allows_spaces = false; - date_insert_format = "%A, %e %B %Y"; + date_insert_format = "%x"; cursor_follows_scrollbar = false; dialogs_iconify_with_main = false; label_init_length = 3;