mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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
This commit is contained in:
parent
b55cf79528
commit
e48fd46d5f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user