You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/org.gnome.meld.gschema.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@
53
53
54
54
<!-- File loading settings -->
55
55
<keyname="detect-encodings"type="as">
56
-
<default>["utf8"]</default>
57
-
<summary>Automatically detected text encodings</summary>
58
-
<description>These text encodings will be automatically used (in order) to try to decode loaded text files.</description>
56
+
<default>[]</default>
57
+
<summary>Additional automatically detected text encodings</summary>
58
+
<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>
Copy file name to clipboardExpand all lines: data/ui/filediff.ui
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -326,17 +326,16 @@
326
326
<propertyname="can_focus">False</property>
327
327
<propertyname="receives_default">False</property>
328
328
<propertyname="tooltip_text"translatable="yes">This file can not be written to. You may click here to unlock this file and make changes anyway, but these changes must be saved to a new file.</property>
0 commit comments