mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Correct initialization value for font_norm_type.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1340 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46b37aa369
commit
4b2b0c62b1
@ -1,3 +1,8 @@
|
||||
2001-01-17 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* lyxrc.C (setDefaults): Correct initialization value for
|
||||
font_norm_type.
|
||||
|
||||
2001-01-15 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* BufferView2.C (gotoInset): New method. Replaces gotoNote() and
|
||||
|
@ -204,7 +204,7 @@ void LyXRC::setDefaults() {
|
||||
menu_font_name = "-*-helvetica-bold-r";
|
||||
popup_font_name = "-*-helvetica-medium-r";
|
||||
font_norm = "iso8859-1";
|
||||
font_norm_type = OTHER_ENCODING;
|
||||
font_norm_type = ISO_8859_1;
|
||||
font_norm_menu = "";
|
||||
override_x_deadkeys = true;
|
||||
autosave = 300;
|
||||
|
Loading…
Reference in New Issue
Block a user