mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add encoding to a default file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14594 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0be91e7205
commit
d401ee07c8
@ -157,6 +157,7 @@ class LyX_Base:
|
||||
self.preamble = []
|
||||
self.body = []
|
||||
self.status = 0
|
||||
self.encoding = "auto"
|
||||
|
||||
|
||||
def warning(self, message, debug_level= default_debug_level):
|
||||
|
Loading…
Reference in New Issue
Block a user