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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-08 18:36:28 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-08 18:36:28 +0300
commit85162d8cc3b8cc40a72d25e1b938c0db473e5c17 (patch)
tree3852de905ecd490df591ac08a10b4a69adf7c32d /plugins/nx/CMakeLists.txt
parent93eec62fa12eaced3560fe9022572dd501c191be (diff)
Moving to symbolic icons to match theme colors
Diffstat (limited to 'plugins/nx/CMakeLists.txt')
-rw-r--r--plugins/nx/CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/nx/CMakeLists.txt b/plugins/nx/CMakeLists.txt
index 0c33aaba1..7d073a3a5 100644
--- a/plugins/nx/CMakeLists.txt
+++ b/plugins/nx/CMakeLists.txt
@@ -58,8 +58,5 @@ target_link_libraries(remmina-plugin-nx
install(TARGETS remmina-plugin-nx DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- 16x16/emblems/remmina-nx.svg
- DESTINATION ${APPICON16_EMBLEMS_DIR})
-install(FILES
- 22x22/emblems/remmina-nx.svg
- DESTINATION ${APPICON22_EMBLEMS_DIR})
+ scalable/emblems/remmina-nx-symbolic.svg
+ DESTINATION ${APPICONSCALE_EMBLEMS_DIR})