Fix build by un-translating org.gtk.Settings.FileChooser

At the moment, gtk+ doesn't depend on intltool, which is the program
that knows how to translate schemas.  Attempting to translate them
causes a build failure, so for now, let's leave them in en_US.

https://bugzilla.gnome.org/show_bug.cgi?id=689584
This commit is contained in:
Colin Walters 2012-12-07 14:05:58 -05:00
parent f1532993eb
commit 549a0af12b

View File

@ -42,8 +42,8 @@
</key>
<key name='show-hidden' type='b'>
<default>false</default>
<_summary>Whether to show hidden files</_summary>
<_description>If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</_description>
<summary>Whether to show hidden files</summary>
<description>If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
</key>
<key name='expand-folders' type='b'>
<default>false</default>