From cae6ca987ffafd57c7fcfcb0e9bb64f61497bb16 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 24 Sep 2013 11:48:19 +0200 Subject: [PATCH] Revert "Fix application shortname for proper icon" We must not change the app short name for ownCloud. Too dangerous as it is used all over. This reverts commit 65171cfb3adeafebec236e6d318385251560e083. --- OWNCLOUD.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index 24c4075f8..d0beb9c16 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -1,5 +1,5 @@ set( APPLICATION_NAME "ownCloud" ) -set( APPLICATION_SHORTNAME "owncloud" ) +#set( APPLICATION_SHORTNAME ${APPLICATION_NAME} ) set( APPLICATION_EXECUTABLE "owncloud" ) set( APPLICATION_DOMAIN "owncloud.com" ) set( APPLICATION_VENDOR "ownCloud, Inc" )