summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-05-07 11:43:58 (GMT)
committerBrad King <brad.king@kitware.com>2014-05-07 19:03:05 (GMT)
commit0c4c29edf289fc23cd0676ec591c717cd495afae (patch)
tree181cd1aeabfd14c29555844ac55f3a032bd319c2 /Source
parent9cb4677509aa767245cbf4bb9e655d1559bc10bd (diff)
downloadCMake-0c4c29edf289fc23cd0676ec591c717cd495afae.zip
CMake-0c4c29edf289fc23cd0676ec591c717cd495afae.tar.gz
CMake-0c4c29edf289fc23cd0676ec591c717cd495afae.tar.bz2
cmake-gui: Fix desktop file icon configuration
Drop the icon file extension. This fixes the desktop file validation message: "CMakeSetup32.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path Applied-by: Rolf Eike Beer <eike@sf-mail.de>
Diffstat (limited to 'Source')
-rw-r--r--Source/QtDialog/CMake.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMake.desktop b/Source/QtDialog/CMake.desktop
index 645eb76..7be495f 100644
--- a/Source/QtDialog/CMake.desktop
+++ b/Source/QtDialog/CMake.desktop
@@ -3,7 +3,7 @@ Version=1.0
Name=CMake
Comment=Cross-platform buildsystem
Exec=cmake-gui %f
-Icon=CMakeSetup32.png
+Icon=CMakeSetup32
Terminal=false
X-MultipleArgs=false
Type=Application