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:
Jean-Marc Lasgouttes 2005-12-14 15:27:57 +00:00
parent 2feb37072d
commit aaf24e32e9
2 changed files with 9 additions and 3 deletions

View File

@ -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> 2005-12-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* QPrefs.C: fix off-by-x errors in paper size setting * QPrefs.C: fix off-by-x errors in paper size setting

View File

@ -247,19 +247,19 @@
<item> <item>
<property> <property>
<name>text</name> <name>text</name>
<string>US Letter</string> <string>US letter</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property>
<name>text</name> <name>text</name>
<string>Legal</string> <string>US legal</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property>
<name>text</name> <name>text</name>
<string>Executive</string> <string>US executive</string>
</property> </property>
</item> </item>
<item> <item>