mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
unify paper size names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2feb37072d
commit
aaf24e32e9
@ -1,3 +1,9 @@
|
||||
2005-12-14 Hartmut Haase <hha4491@atomstromfrei.de>
|
||||
|
||||
* ui/QPrefLatexModule.ui: make the papersize choices in
|
||||
Tools>Preferences>LaTeX and Document>Preferences>Page Format
|
||||
identical.
|
||||
|
||||
2005-12-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* QPrefs.C: fix off-by-x errors in paper size setting
|
||||
|
@ -247,19 +247,19 @@
|
||||
<item>
|
||||
<property>
|
||||
<name>text</name>
|
||||
<string>US Letter</string>
|
||||
<string>US letter</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property>
|
||||
<name>text</name>
|
||||
<string>Legal</string>
|
||||
<string>US legal</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property>
|
||||
<name>text</name>
|
||||
<string>Executive</string>
|
||||
<string>US executive</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user