~elementary-apps/switchboard-plug-about/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: RabbitBot
  • Author(s): Cody Garver
  • Date: 2016-01-08 05:09:30 UTC
  • mfrom: (348.1.1 switchboard-plug-about)
  • Revision ID: rabbitbot-20160108050930-0zbv4bvfr8oy0tz2
Change icon to dialog-information (lp:1522165)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
set (PLUGTITLE "About")
16
16
set (PLUGDESCRIPTION "About")
17
17
# The symbolic name of the Icon to use for the plug
18
 
set (PLUGICON "help-info")
 
18
set (PLUGICON "dialog-information")
19
19
 
20
20
project (${PLUGNAME})
21
21