浏览代码

Remove old Encoding field from CMake.desktop

The Encoding key is now deprecated by the FreeDesktop standard and all
strings are required to be encoded in UTF-8.  This desktop entry
explicitly specified an Encoding of UTF-8, which is harmless but no
longer necessary.  See

  http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html

for details.  Patch from Modestas Vainius.  See issue #9659.
Brad King 16 年之前
父节点
当前提交
4e1d610224
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/QtDialog/CMake.desktop

+ 0 - 1
Source/QtDialog/CMake.desktop

@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=CMake
 Comment=Cross-platform buildsystem
 Exec=cmake-gui %f