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
This commit is contained in:
Joost Verburg 2006-10-25 10:28:29 +00:00
parent 6b20411c6a
commit 8fa888a61a

View File

@ -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;