diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-23 19:28:00 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-23 19:28:00 +0200 |
commit | f16ff1f02c2a2f08974233ba134379bcee5a038a (patch) | |
tree | 81db427836409c95e6068f86e08aab8d76d312ea | |
parent | 79c06c0d58b7aa60e8e9308547ae9341c3f13d1b (diff) | |
download | caja-f16ff1f02c2a2f08974233ba134379bcee5a038a.tar.bz2 caja-f16ff1f02c2a2f08974233ba134379bcee5a038a.tar.xz |
set default font in gsettings schema
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index 04c790d6..f4e27ef3 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -343,7 +343,7 @@ <schema id="org.mate.caja.desktop" path="/apps/caja/desktop/" gettext-domain="caja"> <key name="font" type="s"> - <default l10n="messages" context="desktop-font">''</default> + <default l10n="messages" context="desktop-font">'Sans 10'</default> <_summary>Desktop font</_summary> <_description>The font _description used for the icons on the desktop.</_description> </key> |