Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-03-27 12:12:28 +0300
committerMarkus Goetz <markus@woboq.com>2017-06-01 11:01:05 +0300
commitb7fa50be4c8f84f78bd9c3e6912df91897fc9442 (patch)
tree5ea3f7f66c68b9ac612ec3380fa545bb7b6a7d09 /config.h.in
parent42751f87d922939f7ebf502b25d6ca70dd814f35 (diff)
Set proper application name, icon name for freedesktop notifications
Use application name defined in OEM build configuration
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 1e8f8ecdc..0cc0ab9cd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -17,6 +17,7 @@
#cmakedefine APPLICATION_SHORTNAME "@APPLICATION_SHORTNAME@"
#cmakedefine APPLICATION_EXECUTABLE "@APPLICATION_EXECUTABLE@"
#cmakedefine APPLICATION_UPDATE_URL "@APPLICATION_UPDATE_URL@"
+#cmakedefine APPLICATION_ICON_NAME "@APPLICATION_ICON_NAME@"
#cmakedefine ZLIB_FOUND @ZLIB_FOUND@