set standard fonts for screen

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15091 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2006-09-20 23:01:44 +00:00
parent c85fc27ba3
commit 1550cbc155

View File

@ -79,6 +79,11 @@ Section -Configure
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
FileWrite $R1 '\path_prefix "$R0"$\r$\n' FileWrite $R1 '\path_prefix "$R0"$\r$\n'
;Default screen fonts
FileWrite $R1 '\screen_font_roman "Times New Roman"$\r$\n'
FileWrite $R1 '\screen_font_sans "Arial"$\r$\n'
FileWrite $R1 '\screen_font_typewriter "Courier New"$\r$\n'
FileClose $R1 FileClose $R1