summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-05-07 13:43:58 +0200
committerBrad King <brad.king@kitware.com>2014-05-07 15:03:05 -0400
commit0c4c29edf289fc23cd0676ec591c717cd495afae (patch)
tree181cd1aeabfd14c29555844ac55f3a032bd319c2
parent9cb4677509aa767245cbf4bb9e655d1559bc10bd (diff)
downloadcmake-0c4c29edf289fc23cd0676ec591c717cd495afae.tar.gz
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>
-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 645eb76e92..7be495f993 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