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 65171cfb3a.
This commit is contained in:
Klaas Freitag 2013-09-24 11:48:19 +02:00
parent 65171cfb3a
commit cae6ca987f

View file

@ -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" )