summary refs log tree commit diff stats
path: root/plugins/gtkpref
diff options
context:
space:
mode:
authorbviktor <bviktor@outlook.com>2012-11-12 09:03:22 -0800
committerbviktor <bviktor@outlook.com>2012-11-12 09:03:22 -0800
commit268115239c8af3edb26c33822eb2a4840e6d72f8 (patch)
tree8d565fd7c58e43b81db3fb342ef590a2f0706e0e /plugins/gtkpref
parent0f26470169af253a10d173ded60394e107f14e91 (diff)
parent6ec040f5c9162546b43c1b16956010af1a7bcc60 (diff)
Merge pull request #253 from Arnavion/utf8-everywhere
utf8-everywhere: Forgot the g_free's and the g_unlink / g_rename.
Diffstat (limited to 'plugins/gtkpref')
0 files changed, 0 insertions, 0 deletions
: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
install_data(
  'hexchat.png',
  rename: 'io.github.Hexchat.png',
  install_dir: join_paths(icondir, '48x48/apps')
)
install_data(
  'hexchat.svg',
  rename: 'io.github.Hexchat.svg',
  install_dir: join_paths(icondir, 'scalable/apps')
)