From e48fd46d5f11e971749931967a19dfdb8afd0002 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Wed, 25 Oct 2006 10:27:30 +0000 Subject: [PATCH] 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/branches/BRANCH_1_4_X@15545 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxrc.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyxrc.C b/src/lyxrc.C index fe1f8f6bc9..9f5bf3c39d 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -272,7 +272,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;