diff options
| author | MC Return <mc.return@gmx.net> | 2012-10-15 18:27:07 +0200 |
|---|---|---|
| committer | MC Return <mc.return@gmx.net> | 2012-10-15 18:27:07 +0200 |
| commit | fcc5a91d5e95ef3a363461cc0b1df9e95299af66 (patch) | |
| tree | be375f68ae20c67d392180148ef05b7bc6696c55 /plugins/unity-mt-grab-handles | |
| parent | f62d4f90bc86f72f71d6084ea2555fbf05be7ebe (diff) | |
Fixed/unified all xml.in headers.
Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read. This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:unity. (bzr r2838.1.1)
Diffstat (limited to 'plugins/unity-mt-grab-handles')
| -rw-r--r-- | plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in b/plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in index cc91c7ade..a06bc519b 100644 --- a/plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in +++ b/plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <compiz> <plugin name="unitymtgrabhandles" useBcop="true"> <_short>Unity MT Grab Handles</_short> |
