]> git.lyx.org Git - features.git/commitdiff
Changed default date formatting string to be compatible with both Windows/UNIX. This...
authorJoost Verburg <joostverburg@users.sourceforge.net>
Wed, 25 Oct 2006 10:28:29 +0000 (10:28 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Wed, 25 Oct 2006 10:28:29 +0000 (10:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15546 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxrc.C

index 56ee21061e7c0cbe59c8f07ba26caf96f91e6c65..a29a55fc56fdd344080274a488f02e004f552c73 100644 (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;