From 8fa888a61ad832b189aff3c08bdabe8a58623f24 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Wed, 25 Oct 2006 10:28:29 +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/trunk@15546 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 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; -- 2.39.2