[meld: 58/63] Update gsettings schema for change in use of custom encodings
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld: 58/63] Update gsettings schema for change in use of custom encodings
- Date: Wed, 16 Dec 2015 21:23:51 +0000 (UTC)
commit 7e2230f180f95f3f57fbf0a3b0dd3918dcd6f717
Author: Kai Willadsen <kai willadsen gmail com>
Date: Thu Dec 10 06:20:23 2015 +1000
Update gsettings schema for change in use of custom encodings
data/org.gnome.meld.gschema.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.meld.gschema.xml b/data/org.gnome.meld.gschema.xml
index 24c6c5c..b48facd 100644
--- a/data/org.gnome.meld.gschema.xml
+++ b/data/org.gnome.meld.gschema.xml
@@ -53,9 +53,9 @@
<!-- File loading settings -->
<key name="detect-encodings" type="as">
- <default>["utf8"]</default>
- <summary>Automatically detected text encodings</summary>
- <description>These text encodings will be automatically used (in order) to try to decode loaded
text files.</description>
+ <default>[]</default>
+ <summary>Additional automatically detected text encodings</summary>
+ <description>Meld will use these text encodings to try to decode loaded text files before trying
any other encodings. In addition to the encodings in this list, UTF-8 and the current locale-default encoding
will always be used; other encodings may also be tried, depending on the user's locale.</description>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]