diff options
| -rw-r--r-- | modules/ECMInstallIcons.cmake | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/ECMInstallIcons.cmake b/modules/ECMInstallIcons.cmake index 2c63a5a0..505697e8 100644 --- a/modules/ECMInstallIcons.cmake +++ b/modules/ECMInstallIcons.cmake @@ -51,11 +51,11 @@  #   <theme><size>-<group>-<name>.<ext>  #  # where ``<theme>`` is one of -# * ``hi`` for hicolor -# * ``lo`` for locolor -# * ``cr`` for the Crystal icon theme -# * ``ox`` for the Oxygen icon theme -# * ``br`` for the Breeze icon theme +#  * ``hi`` for hicolor +#  * ``lo`` for locolor +#  * ``cr`` for the Crystal icon theme +#  * ``ox`` for the Oxygen icon theme +#  * ``br`` for the Breeze icon theme  #  # With this syntax, the file ``hi22-actions-menu_new.png`` would be installed  # into ``<icon_install_dir>/hicolor/22x22/actions/menu_new.png``  | 
