diff options
author | Andras Timar <atimar@suse.com> | 2012-02-02 21:56:30 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-02 23:11:07 +0100 |
commit | 014d95b8f2d8c6bba5e01721b848276e5e8d186c (patch) | |
tree | 3ca30dcd2ad37e18e931da0696aa5e33d2d55090 | |
parent | 50be0041085f83a888d7fd5152d34ce00fc10b45 (diff) |
add Segoe UI (Win7) to English default UI font list
and promote Tahoma (Win XP)
also removed MS Sans Serif (Win 9x)
-rw-r--r-- | officecfg/registry/data/org/openoffice/VCL.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu index 1bfe4ea6694d..194682f0a5aa 100644 --- a/officecfg/registry/data/org/openoffice/VCL.xcu +++ b/officecfg/registry/data/org/openoffice/VCL.xcu @@ -132,7 +132,7 @@ <value>Cumberland AMT;Cumberland;Courier New;Liberation Mono;Nimbus Mono L;DejaVu Sans Mono;Courier;Lucida Sans Typewriter;Lucida Typewriter;Monaco;Monospaced</value> </prop> <prop oor:name="UI_SANS" oor:type="xs:string" oor:op="replace"> - <value>Arial Unicode MS;Lucida Sans Unicode;Tahoma;DejaVu Sans;Albany AMT;Albany;Arial;Nimbus Sans L;Interface User;WarpSans;Geneva;Tahoma;MS Sans Serif;Helv;Dialog;Lucida;Helvetica;Charcoal;Chicago;Helmet;Interface System;Sans Serif</value> + <value>Segoe UI;Tahoma;Arial Unicode MS;Lucida Sans Unicode;DejaVu Sans;Albany AMT;Albany;Arial;Nimbus Sans L;Interface User;WarpSans;Geneva;Helv;Dialog;Lucida;Helvetica;Charcoal;Chicago;Helmet;Interface System;Sans Serif</value> </prop> </node> |